sends missing conifg

This commit is contained in:
Michel Fedde 2025-03-02 16:04:23 +01:00
parent 03672abd61
commit 3203e55cef
8 changed files with 8 additions and 10 deletions

View file

@ -1,5 +1,5 @@
[Settings]
gtk-theme-name=Gruvbox-Material-Dark
gtk-theme-name=Gruvbox-Material-Dark-HIDPI
gtk-icon-theme-name=Adwaita
gtk-font-name=Cantarell 11
gtk-cursor-theme-name=default

View file

@ -23,6 +23,7 @@ exec-once = blueman-applet &
exec-once = kdeconnect-indicator &
exec-once = beeper --hidden --default-frame &
exec-once = solaar --window="hide" &
exec-once = protonmail-bridge-core -n &
# exec-once = sleep 5 && nwg-dock-hyprland -a start -f -nolauncher -x -i 30 -o "DP-4" &
exec-once = wal -R

View file

@ -1,7 +1,7 @@
@import "../../theming/library/entry.scss";
window {
background-color: rgba($background, 0.95);
background-color: $background-semitransparent;
color: $foreground
}

View file

@ -1,12 +1,8 @@
@import "./mpris.scss";
$cc-bg: $background;
.control-center {
/* The Control Center which contains the old notifications + widgets */
background: $cc-bg;
background: $background-semitransparent;
color: $foreground;
border-radius: $border-radius;
border-left: 1px solid $foreground;

View file

@ -1,4 +1,5 @@
@import "../../../.cache/wal/colors.scss";
$background-semitransparent: rgba($background, 0.95);
$foreground-disabled: rgba($foreground, 0.75);

View file

@ -19,7 +19,7 @@ $dim: rgba($background, 0.75);
}
window#waybar {
background: $background;
background: $background-semitransparent;
color: $foreground;
transition-property: background-color;
transition-duration: 0.5s;

View file

@ -9,7 +9,7 @@
}
window#waybar {
background: #282828;
background: rgba(40, 40, 40, 0.95);
color: #d5c4a1;
transition-property: background-color;
transition-duration: 0.5s;

View file

@ -2,7 +2,7 @@
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "/home/michel/.gtkrc-2.0.mine"
gtk-theme-name="Gruvbox-Material-Dark"
gtk-theme-name="Gruvbox-Material-Dark-HIDPI"
gtk-icon-theme-name="Adwaita"
gtk-font-name="Cantarell 11"
gtk-cursor-theme-name="default"