Added more info in the roadmap file
This commit is contained in:
parent
e70d8b1ee4
commit
1c005edcc0
104
readme.txt
104
readme.txt
|
@ -1,4 +1,5 @@
|
|||
- install xfce
|
||||
- sudo apt install xfce4
|
||||
|
||||
- use xfconf-query for most changes
|
||||
|
||||
|
@ -155,8 +156,109 @@
|
|||
X-GNOME-Autostart-Delay=2
|
||||
X-GNOME-Autostart-enabled=true
|
||||
// conky should be started by now otherwise we'd need to run the start script explicitly
|
||||
|
||||
- Configuring LightDM-Webkit2-Greeter
|
||||
- sudo apt install python3-whither
|
||||
- sudo apt install liblightdm-gobject-dev
|
||||
- sudo apt install python3-gi
|
||||
- git clone https://github.com/Antergos/web-greeter.git /tmp/greeter
|
||||
- cd /tmp/greeter
|
||||
- sudo make install
|
||||
|
||||
- git clone https://github.com/manilarome/lightdm-webkit2-theme-glorious.git
|
||||
- sudo cp -r lightdm-webkit2-theme-glorious /usr/share/lightdm-webkit/themes/glorious
|
||||
- Edit /etc/lightdm/lightdm.conf
|
||||
- change line: greeter-session=lightdm-webkit2-greeter
|
||||
- Edit /etc/lightdm/lightdm-webkit2-greeter.conf
|
||||
- change lines:
|
||||
- webkit_theme=glorious
|
||||
- debug_mode=true
|
||||
|
||||
|
||||
- sudo cp -R ~/Pictures/wallpapers /usr/share/backgrounds
|
||||
|
||||
- Configuring Picom Compositor
|
||||
- Install from source
|
||||
- sudo apt install cmake meson ninja-build git pkg-config asciidoc libxext-dev libxcb1-dev libxcb-damage0-dev libxcb-xfixes0-dev libxcb-shape0-dev libxcb-render-util0-dev libxcb-render0-dev libxcb-randr0-dev libxcb-composite0-dev libxcb-image0-dev libxcb-present-dev libxcb-xinerama0-dev libxcb-glx0-dev libpixman-1-dev libdbus-1-dev libconfig-dev libgl1-mesa-dev libpcre2-dev libevdev-dev uthash-dev libev-dev libx11-xcb-dev
|
||||
- git clone https://github.com/ibhagwan/picom.git
|
||||
- cd picom
|
||||
- git submodule update --init --recursive
|
||||
- meson --buildtype=release . build
|
||||
- ninja -C build
|
||||
- sudo ninja -C build install
|
||||
- cp -r ~/Downloads/update-xfce-bigsur/picom ~/.config/
|
||||
- add picom in startup
|
||||
- sudo cp ~/.config/picom/picom.desktop ~/.config/autostart/
|
||||
- disable compositing
|
||||
- xfconf-query -c xfwm4 -np "/general/use_compositing" -t bool -s false
|
||||
|
||||
- Customize Firefox Web Browser
|
||||
- cd WhiteSur-gtk-theme && ./tweaks.sh -f
|
||||
- edit userChrome.css and customChrome.css in ~/.mozilla/firefox/firefox-themes // Check what changes to be done
|
||||
|
||||
- Customize Xfce terminal
|
||||
- git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
|
||||
- chsh -s $(which zsh) /// required or not??
|
||||
- sudo apt install zsh /// required maybe
|
||||
- echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc
|
||||
- Update ~/.config/xfce4/terminal/terminalrc with below content
|
||||
[Configuration]
|
||||
MiscAlwaysShowTabs=FALSE
|
||||
MiscBell=FALSE
|
||||
MiscBellUrgent=FALSE
|
||||
MiscBordersDefault=TRUE
|
||||
MiscCursorBlinks=FALSE
|
||||
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
|
||||
MiscDefaultGeometry=80x24
|
||||
MiscInheritGeometry=FALSE
|
||||
MiscMenubarDefault=TRUE
|
||||
MiscMouseAutohide=FALSE
|
||||
MiscMouseWheelZoom=TRUE
|
||||
MiscToolbarDefault=FALSE
|
||||
MiscConfirmClose=TRUE
|
||||
MiscCycleTabs=TRUE
|
||||
MiscTabCloseButtons=TRUE
|
||||
MiscTabCloseMiddleClick=TRUE
|
||||
MiscTabPosition=GTK_POS_TOP
|
||||
MiscHighlightUrls=TRUE
|
||||
MiscMiddleClickOpensUri=FALSE
|
||||
MiscCopyOnSelect=FALSE
|
||||
MiscShowRelaunchDialog=TRUE
|
||||
MiscRewrapOnResize=TRUE
|
||||
MiscUseShiftArrowsToScroll=FALSE
|
||||
MiscSlimTabs=FALSE
|
||||
MiscNewTabAdjacent=FALSE
|
||||
MiscSearchDialogOpacity=100
|
||||
MiscShowUnsafePasteDialog=TRUE
|
||||
FontUseSystem=TRUE
|
||||
BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
|
||||
RunCustomCommand=TRUE
|
||||
CustomCommand=zsh
|
||||
BackgroundDarkness=0.900000
|
||||
ColorPalette=#000000;#cc0000;#4e9a06;#c4a000;#3465a4;#75507b;#06989a;#d3d7cf;#555753;#ef2929;#8ae234;#fce94f;#739fcf;#ad7fa8;#34e2e2;#eeeeec
|
||||
|
||||
- Installing Nautilus File Manager
|
||||
- sudo apt install nautilus
|
||||
- Make Nautilus default file manager
|
||||
- Cant find a better way of doing this
|
||||
- xdg-mime default nautilus.desktop inode/directory application /// Doesn't work :(
|
||||
|
||||
- Installing Comice Control center
|
||||
- git clone https://github.com/libredeb/comice-control-center.git
|
||||
- sudo apt install python3 python3-dbus util-linux gsettings-desktop-schemas wireless-tools iproute2 alsa-utils python3-pip
|
||||
- cd comice-control-center/
|
||||
- pip3 install -r requirements.txt
|
||||
- ./comice-control-center
|
||||
|
||||
- Add a launcher and a separator
|
||||
- -np "/plugins/plugin-31" -t string -s "launcher"
|
||||
- -np "/plugins/plugin-32" -t string -s "separator"
|
||||
|
||||
- Modify separator
|
||||
- "plugins/plugin-32/style" -t uint -s 0
|
||||
- Modify launcher
|
||||
- Unable to add new entry in launcher. No error in UI
|
||||
- icon: ~/Downloads/update-xfce-bigsur/icons/...
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user