sends missing conifg
This commit is contained in:
parent
03672abd61
commit
3203e55cef
8 changed files with 8 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
@import "../../theming/library/entry.scss";
|
||||
|
||||
window {
|
||||
background-color: rgba($background, 0.95);
|
||||
background-color: $background-semitransparent;
|
||||
color: $foreground
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
@import "../../../.cache/wal/colors.scss";
|
||||
|
||||
$background-semitransparent: rgba($background, 0.95);
|
||||
$foreground-disabled: rgba($foreground, 0.75);
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue