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]
|
[Settings]
|
||||||
gtk-theme-name=Gruvbox-Material-Dark
|
gtk-theme-name=Gruvbox-Material-Dark-HIDPI
|
||||||
gtk-icon-theme-name=Adwaita
|
gtk-icon-theme-name=Adwaita
|
||||||
gtk-font-name=Cantarell 11
|
gtk-font-name=Cantarell 11
|
||||||
gtk-cursor-theme-name=default
|
gtk-cursor-theme-name=default
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@ exec-once = blueman-applet &
|
||||||
exec-once = kdeconnect-indicator &
|
exec-once = kdeconnect-indicator &
|
||||||
exec-once = beeper --hidden --default-frame &
|
exec-once = beeper --hidden --default-frame &
|
||||||
exec-once = solaar --window="hide" &
|
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 = sleep 5 && nwg-dock-hyprland -a start -f -nolauncher -x -i 30 -o "DP-4" &
|
||||||
exec-once = wal -R
|
exec-once = wal -R
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
@import "../../theming/library/entry.scss";
|
@import "../../theming/library/entry.scss";
|
||||||
|
|
||||||
window {
|
window {
|
||||||
background-color: rgba($background, 0.95);
|
background-color: $background-semitransparent;
|
||||||
color: $foreground
|
color: $foreground
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,8 @@
|
||||||
@import "./mpris.scss";
|
@import "./mpris.scss";
|
||||||
|
|
||||||
$cc-bg: $background;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.control-center {
|
.control-center {
|
||||||
/* The Control Center which contains the old notifications + widgets */
|
/* The Control Center which contains the old notifications + widgets */
|
||||||
background: $cc-bg;
|
background: $background-semitransparent;
|
||||||
color: $foreground;
|
color: $foreground;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
border-left: 1px solid $foreground;
|
border-left: 1px solid $foreground;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
@import "../../../.cache/wal/colors.scss";
|
@import "../../../.cache/wal/colors.scss";
|
||||||
|
|
||||||
|
$background-semitransparent: rgba($background, 0.95);
|
||||||
$foreground-disabled: rgba($foreground, 0.75);
|
$foreground-disabled: rgba($foreground, 0.75);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ $dim: rgba($background, 0.75);
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: $background;
|
background: $background-semitransparent;
|
||||||
color: $foreground;
|
color: $foreground;
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: 0.5s;
|
transition-duration: 0.5s;
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: #282828;
|
background: rgba(40, 40, 40, 0.95);
|
||||||
color: #d5c4a1;
|
color: #d5c4a1;
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: 0.5s;
|
transition-duration: 0.5s;
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||||
|
|
||||||
include "/home/michel/.gtkrc-2.0.mine"
|
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-icon-theme-name="Adwaita"
|
||||||
gtk-font-name="Cantarell 11"
|
gtk-font-name="Cantarell 11"
|
||||||
gtk-cursor-theme-name="default"
|
gtk-cursor-theme-name="default"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue