added cyberqueer as default theme
parent
640c252c61
commit
e6ec21c153
|
|
@ -0,0 +1,17 @@
|
|||
[Settings]
|
||||
gtk-theme-name=cyberqueer
|
||||
gtk-icon-theme-name=breeze-dark
|
||||
gtk-font-name=Adwaita Sans 11
|
||||
gtk-cursor-theme-name=Nordzy-cursors-lefthand
|
||||
gtk-cursor-theme-size=50
|
||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=0
|
||||
gtk-menu-images=0
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=0
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintslight
|
||||
gtk-xft-rgba=rgb
|
||||
gtk-application-prefer-dark-theme=0
|
||||
|
|
@ -21,6 +21,7 @@
|
|||
window {
|
||||
color: #E40046;
|
||||
background-color: #1a1a1a;
|
||||
border-radius: 0px;
|
||||
}
|
||||
#input {
|
||||
border: solid;
|
||||
|
|
|
|||
|
|
@ -73,6 +73,9 @@ rm -rf ~/.config/btop
|
|||
ln -s ~/Dotfiles/desktopenvs/hyprland/btop ~/.config/
|
||||
#ln -s ~/Dotfiles/desktopenvs/hyprland/gtk/* ~/.config
|
||||
|
||||
rm -rf ~/.config/gtk-3.0
|
||||
ln -s ~/Dotfiles/desktopenvs/hyprland/gtk-3.0 ~/.config
|
||||
|
||||
#ln -s ~/Dotfiles/desktopenvs/hyprland/eww/ ~/.config/
|
||||
#ln -s ~/Dotfiles/desktopenvs/hyprland/eww-nobattery/ ~/.config/eww
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue