Updates
This commit is contained in:
parent
ab1ae4d4cf
commit
80bf639b5b
@ -66,7 +66,7 @@ done
|
||||
echo ""
|
||||
echo "-> Install main packages"
|
||||
|
||||
packagesPacman=("picom" "alacritty" "rofi" "rofi-calc" "chromium" "scrot" "nitrogen" "dunst" "starship" "slock" "neovim" "mpv" "freerdp" "xfce4-power-manager" "thunar" "mousepad" "ttf-font-awesome" "ttf-fira-sans" "ttf-fira-code" "ttf-firacode-nerd" "figlet" "lxappearance" "breeze" "breeze-gtk" "vlc" "exa" "python-pip" "python-psutil" "python-rich" "python-click" "xdg-desktop-portal-gtk" "pavucontrol" "tumbler" "xautolock");
|
||||
packagesPacman=("picom" "alacritty" "rofi" "rofi-calc" "chromium" "scrot" "nitrogen" "dunst" "starship" "slock" "neovim" "mpv" "freerdp" "xfce4-power-manager" "thunar" "mousepad" "ttf-font-awesome" "ttf-fira-sans" "ttf-fira-code" "ttf-firacode-nerd" "figlet" "lxappearance" "breeze" "breeze-gtk" "vlc" "exa" "python-pip" "python-psutil" "python-rich" "python-click" "xdg-desktop-portal-gtk" "pavucontrol" "tumbler" "xautolock" "blueman");
|
||||
|
||||
packagesYay=("brave-bin" "pfetch" "bibata-cursor-theme" "trizen");
|
||||
|
||||
|
5
gtk-3.0/bookmarks
Normal file
5
gtk-3.0/bookmarks
Normal file
@ -0,0 +1,5 @@
|
||||
file:///home/raabe/wallpaper
|
||||
file:///home/raabe/Downloads
|
||||
file:///home/raabe/Pictures/screenshots
|
||||
file:///home/raabe/Videos
|
||||
file:///home/raabe/Videos/Recordings
|
BIN
screenshots/hyprland1.png
Normal file
BIN
screenshots/hyprland1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 MiB |
BIN
screenshots/hyprland2.png
Normal file
BIN
screenshots/hyprland2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 MiB |
@ -1,20 +1,20 @@
|
||||
@define-color foreground #bfc1c1;
|
||||
@define-color background #000a0a;
|
||||
@define-color cursor #bfc1c1;
|
||||
@define-color foreground #c2c3c4;
|
||||
@define-color background #0d0f16;
|
||||
@define-color cursor #c2c3c4;
|
||||
|
||||
@define-color color0 #000a0a;
|
||||
@define-color color1 #3C5663;
|
||||
@define-color color2 #585E5F;
|
||||
@define-color color3 #956D41;
|
||||
@define-color color4 #D0A636;
|
||||
@define-color color5 #717E8B;
|
||||
@define-color color6 #9BA0A4;
|
||||
@define-color color7 #bfc1c1;
|
||||
@define-color color8 #3f4747;
|
||||
@define-color color9 #3C5663;
|
||||
@define-color color10 #585E5F;
|
||||
@define-color color11 #956D41;
|
||||
@define-color color12 #D0A636;
|
||||
@define-color color13 #717E8B;
|
||||
@define-color color14 #9BA0A4;
|
||||
@define-color color15 #bfc1c1;
|
||||
@define-color color0 #0d0f16;
|
||||
@define-color color1 #9B94B2;
|
||||
@define-color color2 #D1949D;
|
||||
@define-color color3 #99A3CF;
|
||||
@define-color color4 #ADB2D5;
|
||||
@define-color color5 #C7B9D1;
|
||||
@define-color color6 #B2C2DE;
|
||||
@define-color color7 #c2c3c4;
|
||||
@define-color color8 #494b50;
|
||||
@define-color color9 #9B94B2;
|
||||
@define-color color10 #D1949D;
|
||||
@define-color color11 #99A3CF;
|
||||
@define-color color12 #ADB2D5;
|
||||
@define-color color13 #C7B9D1;
|
||||
@define-color color14 #B2C2DE;
|
||||
@define-color color15 #c2c3c4;
|
||||
|
@ -29,6 +29,7 @@
|
||||
"modules-right": [
|
||||
"custom/updates",
|
||||
"pulseaudio",
|
||||
"bluetooth",
|
||||
"battery",
|
||||
"group/hardware",
|
||||
"custom/exit",
|
||||
|
@ -206,6 +206,15 @@
|
||||
"on-click": "pavucontrol"
|
||||
},
|
||||
|
||||
// Bluetooth
|
||||
"bluetooth": {
|
||||
"format-disabled": "",
|
||||
"format-off": "",
|
||||
"interval": 30,
|
||||
"on-click": "blueman-manager"
|
||||
},
|
||||
|
||||
// Other
|
||||
"user": {
|
||||
"format": "{user}",
|
||||
"interval": 60,
|
||||
|
@ -31,6 +31,7 @@
|
||||
"custom/youtube",
|
||||
"custom/updates",
|
||||
"pulseaudio",
|
||||
"bluetooth",
|
||||
"battery",
|
||||
"group/hardware",
|
||||
"custom/exit",
|
||||
|
@ -226,6 +226,26 @@ tooltip label {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Bluetooth
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#bluetooth.on, #bluetooth.connected {
|
||||
background-color: #FFFFFF;
|
||||
font-size: 16px;
|
||||
color: @background;
|
||||
border-radius: 12px;
|
||||
padding: 2px 10px 0px 10px;
|
||||
margin: 5px 15px 5px 0px;
|
||||
opacity:0.8;
|
||||
}
|
||||
|
||||
#bluetooth.off {
|
||||
background-color: transparent;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Battery
|
||||
* ----------------------------------------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user