Compare commits

...

2 Commits

Author SHA1 Message Date
2c6984e655 update style 2025-05-08 14:11:03 -07:00
cd79b80bd7 update style 2025-05-08 14:06:30 -07:00
2 changed files with 4 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ export GBM_BACKEND=nvidia-drm
export __GLX_VENDOR_LIBRARY_NAME=nvidia export __GLX_VENDOR_LIBRARY_NAME=nvidia
export LIBVA_DRIVER_NAME=nvidia export LIBVA_DRIVER_NAME=nvidia
export __GL_GSYNC_ALLOWED=1 export __GL_GSYNC_ALLOWED=1
export __GL_THREADED_OPTIMIZATIONS=0
export QT_IM_MODULE=fcitx export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx export XMODIFIERS=@im=fcitx

View File

@@ -213,6 +213,7 @@ label:focus {
/* background-color: @overlay0; */ /* background-color: @overlay0; */
background-color: @surface0; background-color: @surface0;
color: @mantle; color: @mantle;
margin: 5px 3px 5px 1px;
} }
#tray > .passive { #tray > .passive {
@@ -273,7 +274,7 @@ label:focus {
color: @mantle; color: @mantle;
background-color: @peach; background-color: @peach;
padding: 0 10px; padding: 0 10px;
margin: 5px 1px; margin: 5px 5px 5px 1px;
} }
#cava { #cava {
@@ -310,7 +311,7 @@ label:focus {
background-color: @flamingo; background-color: @flamingo;
color: @base; color: @base;
padding: 0 10px; padding: 0 10px;
margin: 5px 1px; margin: 5px 5px 5px 1px;
} }
#custom-notification { #custom-notification {