Updates
This commit is contained in:
parent
f8a611481b
commit
a593b2bb01
|
@ -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");
|
||||
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");
|
||||
|
||||
packagesYay=("brave-bin" "pfetch" "bibata-cursor-theme");
|
||||
|
||||
|
|
|
@ -12,8 +12,9 @@
|
|||
# Monitor Setup
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
# -----------------------------------------------------
|
||||
monitor=,2560x1440@120,auto,1
|
||||
# monitor=,preferred,auto,1
|
||||
monitor=,1920x1080,auto,1
|
||||
# monitor=,1920x1080,auto,1
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Autostart
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
@define-color foreground #c0c1c2;
|
||||
@define-color background #06080b;
|
||||
@define-color cursor #c0c1c2;
|
||||
@define-color foreground #bfbfbf;
|
||||
@define-color background #010101;
|
||||
@define-color cursor #bfbfbf;
|
||||
|
||||
@define-color color0 #06080b;
|
||||
@define-color color1 #8A8387;
|
||||
@define-color color2 #8C8A96;
|
||||
@define-color color3 #9998A4;
|
||||
@define-color color4 #A59BA2;
|
||||
@define-color color5 #B0A9B1;
|
||||
@define-color color6 #C9B6B5;
|
||||
@define-color color7 #c0c1c2;
|
||||
@define-color color8 #444548;
|
||||
@define-color color9 #8A8387;
|
||||
@define-color color10 #8C8A96;
|
||||
@define-color color11 #9998A4;
|
||||
@define-color color12 #A59BA2;
|
||||
@define-color color13 #B0A9B1;
|
||||
@define-color color14 #C9B6B5;
|
||||
@define-color color15 #c0c1c2;
|
||||
@define-color color0 #010101;
|
||||
@define-color color1 #FAA666;
|
||||
@define-color color2 #3C66BB;
|
||||
@define-color color3 #645C90;
|
||||
@define-color color4 #A16BA3;
|
||||
@define-color color5 #E57AB1;
|
||||
@define-color color6 #6792BE;
|
||||
@define-color color7 #bfbfbf;
|
||||
@define-color color8 #404040;
|
||||
@define-color color9 #FAA666;
|
||||
@define-color color10 #3C66BB;
|
||||
@define-color color11 #645C90;
|
||||
@define-color color12 #A16BA3;
|
||||
@define-color color13 #E57AB1;
|
||||
@define-color color14 #6792BE;
|
||||
@define-color color15 #bfbfbf;
|
||||
|
|
|
@ -192,7 +192,7 @@
|
|||
"phone": "",
|
||||
"portable": "",
|
||||
"car": "",
|
||||
"default": ["", "", ""]
|
||||
"default": ["", " ", " "]
|
||||
},
|
||||
"on-click": "pavucontrol"
|
||||
},
|
||||
|
|
|
@ -27,7 +27,6 @@ button {
|
|||
#workspaces button {
|
||||
padding: 0px 10px;
|
||||
border-radius: 10px;
|
||||
/* font-weight:bold; */
|
||||
border:0;
|
||||
margin:0;
|
||||
font-weight:bold;
|
||||
|
|
Loading…
Reference in New Issue
Block a user