FEAT: updated theme stuff and nwg-bar

This commit is contained in:
_N0x 2025-03-29 20:29:36 +01:00
parent d9375906f0
commit 0050404bd9
7 changed files with 45 additions and 28 deletions
gtktheme
nwg/.config/nwg-bar

@ -0,0 +1,2 @@
file:///home/n0x/Nextcloud Nextcloud
file:///home/n0x/Downloads Downloads

@ -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

@ -0,0 +1 @@
/usr/share/themes/Nordic-darker/gtk-4.0/gtk-dark.css

@ -1 +0,0 @@
@import 'colors.css';

@ -0,0 +1 @@
/usr/share/themes/Nordic-darker/gtk-4.0/gtk.css

@ -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"

@ -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"
}
]
]

@ -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)
}