refractored and implemented cyberqueer as gtk theme
parent
a1421e4357
commit
592827f39f
|
|
@ -184,10 +184,10 @@ bind = $mainMod SHIFT, $vimdown, movewindow, d
|
||||||
|
|
||||||
#nwg-dock-hyprland -mb 15 -r -p
|
#nwg-dock-hyprland -mb 15 -r -p
|
||||||
|
|
||||||
bind = $mainMod SHIFT, W, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -c ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh -ml 15 -r -p left
|
bind = $mainMod SHIFT, W, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -c ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh -ml 15 -r -s style.css -p left
|
||||||
bind = $mainMod SHIFT, E, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -c ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh -mr 15 -r -p right
|
bind = $mainMod SHIFT, E, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -c ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh -mr 15 -r -s style.css -p right
|
||||||
bind = $mainMod SHIFT, S, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -c ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh -mt 80 -r -p top
|
bind = $mainMod SHIFT, S, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -c ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh -mt 80 -r -s style.css -p top
|
||||||
bind = $mainMod SHIFT, D, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -c ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh -mb 15 -r -p bottom
|
bind = $mainMod SHIFT, D, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -c ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh -mb 15 -r -s style.css -p bottom
|
||||||
|
|
||||||
bindr = $mainMod, D, exec, nwg-dock-hyprland
|
bindr = $mainMod, D, exec, nwg-dock-hyprland
|
||||||
bind = $mainMod, A, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh
|
bind = $mainMod, A, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh
|
||||||
|
|
|
||||||
|
|
@ -204,4 +204,4 @@ misc {
|
||||||
exec-once=[workspace special:magic silent] kitty
|
exec-once=[workspace special:magic silent] kitty
|
||||||
exec-once=hyprctl setcursor Nordzy-cursors-lefthand 50
|
exec-once=hyprctl setcursor Nordzy-cursors-lefthand 50
|
||||||
exec-once = hyprpaper -c ~/.config/wallpaper.conf
|
exec-once = hyprpaper -c ~/.config/wallpaper.conf
|
||||||
exec-once=GTK_THEME=Default && nwg-dock-hyprland -mb 15 -r -p bottom
|
exec-once=GTK_THEME=Default && nwg-dock-hyprland -mb 15 -r -p bottom -s style.css
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
* {
|
* {
|
||||||
|
all: unset;
|
||||||
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
||||||
border-radius: 60px;
|
border-radius: 60px;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
|
|
@ -6,20 +7,18 @@
|
||||||
|
|
||||||
window {
|
window {
|
||||||
color: #E40046;
|
color: #E40046;
|
||||||
border: solid;
|
|
||||||
border-width: 4px;
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
padding: 5px
|
padding: 5px
|
||||||
}
|
}
|
||||||
|
|
||||||
#box {
|
#box {
|
||||||
/* Define attributes of the box surrounding icons here */
|
/* Define attributes of the box surrounding icons here */
|
||||||
padding: 25px;
|
padding: 10px;
|
||||||
|
border: solid;
|
||||||
|
border-width: 4px;
|
||||||
|
background-color: #1a1a1a;
|
||||||
}
|
}
|
||||||
|
|
||||||
#active {
|
|
||||||
}
|
|
||||||
|
|
||||||
button, image {
|
button, image {
|
||||||
background: none;
|
background: none;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
* {
|
* {
|
||||||
|
all: unset;
|
||||||
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
||||||
border-radius: 60px;
|
border-radius: 60px;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
* {
|
* {
|
||||||
|
all: unset;
|
||||||
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
|
|
|
||||||
|
|
@ -1,44 +1,45 @@
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
||||||
border-radius: 15px;
|
border-radius: 30px;
|
||||||
font-size: 18pt;
|
font-size: 12pt;
|
||||||
color: #E40046;
|
color: #E40046;
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
|
|
||||||
|
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
padding-bottom: 1px;
|
padding-bottom: 1px;
|
||||||
padding-right: 6px;
|
padding-right: 1px;
|
||||||
padding-left: 6px;
|
padding-left: 1px;
|
||||||
|
|
||||||
margin-top: 2px;
|
margin-top: 1px;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 1px;
|
||||||
margin-right: 2px;
|
margin-right: 1px;
|
||||||
margin-left: 2px;
|
margin-left: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
|
border: solid;
|
||||||
color: #E40046;
|
color: #E40046;
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
|
border-width: 10px;
|
||||||
}
|
}
|
||||||
#input {
|
#input {
|
||||||
border: solid;
|
border: solid;
|
||||||
border-width: 4px;
|
border-width: 8px;
|
||||||
color: #5018dd;
|
color: #5018dd;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#padding-top: 15px;
|
#padding-top: 1px;
|
||||||
|
|
||||||
margin-top: 15px;
|
margin-top: 1px;
|
||||||
padding-right: 15px;
|
padding-right: 1px;
|
||||||
padding-left: 15px;
|
padding-left: 1px;
|
||||||
|
|
||||||
margin-right: 15px;
|
margin-right: 1px;
|
||||||
margin-left: 15px;
|
margin-left: 1px;
|
||||||
}
|
}
|
||||||
#entry {
|
#entry {
|
||||||
color: #5018dd;
|
color: #5018dd;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue