From 3203e55cefbf706a4d8d5f0d3273b8a46b5751b9 Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Sun, 2 Mar 2025 16:04:23 +0100 Subject: [PATCH] sends missing conifg --- .config/gtk-3.0/settings.ini | 2 +- .config/hypr/config/Startup_Apps.conf | 1 + .config/nwg-drawer/style/style.scss | 2 +- .config/swaync/style/controlpanel.scss | 6 +----- .config/theming/library/_colors.scss | 1 + .config/waybar/scss/style.scss | 2 +- .config/waybar/style.css | 2 +- .gtkrc-2.0 | 2 +- 8 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index 54d958c..c195fb1 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -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 diff --git a/.config/hypr/config/Startup_Apps.conf b/.config/hypr/config/Startup_Apps.conf index 6c74dd2..0c13d53 100644 --- a/.config/hypr/config/Startup_Apps.conf +++ b/.config/hypr/config/Startup_Apps.conf @@ -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 diff --git a/.config/nwg-drawer/style/style.scss b/.config/nwg-drawer/style/style.scss index 5d6e8ad..83f8d85 100644 --- a/.config/nwg-drawer/style/style.scss +++ b/.config/nwg-drawer/style/style.scss @@ -1,7 +1,7 @@ @import "../../theming/library/entry.scss"; window { - background-color: rgba($background, 0.95); + background-color: $background-semitransparent; color: $foreground } diff --git a/.config/swaync/style/controlpanel.scss b/.config/swaync/style/controlpanel.scss index 259ec86..7f15ce1 100644 --- a/.config/swaync/style/controlpanel.scss +++ b/.config/swaync/style/controlpanel.scss @@ -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; diff --git a/.config/theming/library/_colors.scss b/.config/theming/library/_colors.scss index f162b92..4062141 100644 --- a/.config/theming/library/_colors.scss +++ b/.config/theming/library/_colors.scss @@ -1,4 +1,5 @@ @import "../../../.cache/wal/colors.scss"; +$background-semitransparent: rgba($background, 0.95); $foreground-disabled: rgba($foreground, 0.75); diff --git a/.config/waybar/scss/style.scss b/.config/waybar/scss/style.scss index cda74e5..080ff23 100644 --- a/.config/waybar/scss/style.scss +++ b/.config/waybar/scss/style.scss @@ -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; diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 942e9e3..7e26482 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -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; diff --git a/.gtkrc-2.0 b/.gtkrc-2.0 index ee42267..bb2a3a1 100644 --- a/.gtkrc-2.0 +++ b/.gtkrc-2.0 @@ -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"