diff --git a/gtktheme/.config/gtk-3.0/bookmarks b/gtktheme/.config/gtk-3.0/bookmarks new file mode 100644 index 0000000..c0da157 --- /dev/null +++ b/gtktheme/.config/gtk-3.0/bookmarks @@ -0,0 +1,2 @@ +file:///home/n0x/Nextcloud Nextcloud +file:///home/n0x/Downloads Downloads diff --git a/gtktheme/.config/gtk-3.0/settings.ini b/gtktheme/.config/gtk-3.0/settings.ini index e5458c2..4f62398 100644 --- a/gtktheme/.config/gtk-3.0/settings.ini +++ b/gtktheme/.config/gtk-3.0/settings.ini @@ -1,14 +1,21 @@ [Settings] gtk-theme-name=Nordic-darker gtk-icon-theme-name=Nordzy-green-dark -gtk-font-name=Noto Sans, 10 -gtk-cursor-theme-name=Adwaita +gtk-font-name=Cantarell 11 +gtk-cursor-theme-name=default gtk-cursor-theme-size=24 -gtk-decoration-layout=close,minimize,maximize: -gtk-application-prefer-dark-theme=true +gtk-toolbar-style=3 +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-button-images=1 -gtk-enable-animations=1 gtk-menu-images=1 +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=1 +gtk-decoration-layout=close,minimize,maximize: +gtk-enable-animations=1 gtk-primary-button-warps-slider=0 gtk-shell-shows-menubar=1 -gtk-toolbar-style=3 diff --git a/gtktheme/.config/gtk-4.0/gtk-dark.css b/gtktheme/.config/gtk-4.0/gtk-dark.css new file mode 120000 index 0000000..2e8f552 --- /dev/null +++ b/gtktheme/.config/gtk-4.0/gtk-dark.css @@ -0,0 +1 @@ +/usr/share/themes/Nordic-darker/gtk-4.0/gtk-dark.css \ No newline at end of file diff --git a/gtktheme/.config/gtk-4.0/gtk.css b/gtktheme/.config/gtk-4.0/gtk.css deleted file mode 100644 index c9763f7..0000000 --- a/gtktheme/.config/gtk-4.0/gtk.css +++ /dev/null @@ -1 +0,0 @@ -@import 'colors.css'; \ No newline at end of file diff --git a/gtktheme/.config/gtk-4.0/gtk.css b/gtktheme/.config/gtk-4.0/gtk.css new file mode 120000 index 0000000..9df3039 --- /dev/null +++ b/gtktheme/.config/gtk-4.0/gtk.css @@ -0,0 +1 @@ +/usr/share/themes/Nordic-darker/gtk-4.0/gtk.css \ No newline at end of file diff --git a/gtktheme/.gtkrc-2.0 b/gtktheme/.gtkrc-2.0 index ce8e5e1..735d0b1 100644 --- a/gtktheme/.gtkrc-2.0 +++ b/gtktheme/.gtkrc-2.0 @@ -1,12 +1,19 @@ -gtk-cursor-theme-size=24 +# DO NOT EDIT! This file will be overwritten by nwg-look. +# Any customization should be done in ~/.gtkrc-2.0.mine instead. + +include "/home/n0x/.gtkrc-2.0.mine" gtk-theme-name="Nordic-darker" -gtk-enable-animations=1 -gtk-primary-button-warps-slider=0 -gtk-toolbar-style=3 -gtk-menu-images=1 -gtk-button-images=1 -gtk-cursor-theme-name="Adwaita" gtk-icon-theme-name="Nordzy-green-dark" -gtk-font-name="Noto Sans, 10" -gtk-application-prefer-dark-theme=true -gtk-modules=appmenu-gtk-module +gtk-font-name="Cantarell 11" +gtk-cursor-theme-name="default" +gtk-cursor-theme-size=24 +gtk-toolbar-style=3 +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=1 +gtk-menu-images=1 +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" diff --git a/nwg/.config/nwg-bar/bar.json b/nwg/.config/nwg-bar/bar.json index 6c456e7..6ee60bd 100644 --- a/nwg/.config/nwg-bar/bar.json +++ b/nwg/.config/nwg-bar/bar.json @@ -1,12 +1,12 @@ [ { "label": "Lock", - "exec": "swaylock -f -c 000000", + "exec": "hyprlock", "icon": "/usr/share/nwg-bar/images/system-lock-screen.svg" }, { "label": "Logout", - "exec": "swaymsg exit", + "exec": "hyprctl dispatch exit 1", "icon": "/usr/share/nwg-bar/images/system-log-out.svg" }, { @@ -19,4 +19,4 @@ "exec": "systemctl -i poweroff", "icon": "/usr/share/nwg-bar/images/system-shutdown.svg" } -] \ No newline at end of file +] diff --git a/nwg/.config/nwg-bar/style.css b/nwg/.config/nwg-bar/style.css index 50e547d..b677ac1 100644 --- a/nwg/.config/nwg-bar/style.css +++ b/nwg/.config/nwg-bar/style.css @@ -1,5 +1,5 @@ window { - background-color: rgba (0, 0, 0, 1.0) + background-color: rgba (0, 0, 0, 00) } /* Outer bar container, takes all the window width/height */ @@ -9,13 +9,13 @@ window { /* Inner bar container, surrounds buttons */ #inner-box { - background-color: rgba (0, 0, 0, 0.85); + background-color: rgba (59, 66, 82, 1); border-radius: 10px; - border-style: none; - border-width: 1px; - border-color: rgba (156, 142, 122, 0.7); - padding: 5px; - margin: 5px + border-style: solid; + border-width: 2px; + border-color: rgba (216, 222, 233, 0.7); + padding: 10px; + margin: 10px } button, image { @@ -31,5 +31,5 @@ button { } button:hover { - background-color: rgba (255, 255, 255, 0.1) + background-color: rgba (216, 222, 233, 0.1) }