mako i waybar pywal templates

This commit is contained in:
2021-07-08 18:28:40 +02:00
parent 94c1f95a4c
commit a6f071cce2
5 changed files with 32 additions and 30 deletions

View File

@ -1,8 +1,8 @@
# https://github.com/altercation/solarized#the-values # https://github.com/altercation/solarized#the-values
font=Terminus 10 font=Terminus 10
background-color=#0C130C background-color=#946634
text-color=#dedbcb text-color=#0C130C
border-color=#606855 border-color=#0C130C
default-timeout=5000 default-timeout=5000
[urgency=high] [urgency=high]

View File

@ -1,6 +1,6 @@
@define-color fore {cursor}; @define-color fore {cursor};
@define-color back {background}; @define-color back {background};
@define-color inactive {color1}; @define-color inactive {color6};
@define-color dark {color2}; @define-color dark {color2};
@define-color active {color7}; @define-color active {color7};

View File

@ -1,8 +1,8 @@
# https://github.com/altercation/solarized#the-values # https://github.com/altercation/solarized#the-values
font=Terminus 10 font=Terminus 10
background-color={background} background-color={color2}
text-color={foreground} text-color={background}
border-color={color1} border-color={background}
default-timeout=5000 default-timeout=5000
[urgency=high] [urgency=high]

View File

@ -6,19 +6,19 @@
} }
window#waybar { window#waybar {
background: @dark; background: none;
color: @back; color: @dark;
} }
#custom-right-arrow-dark, #custom-right-arrow-dark,
#custom-left-arrow-dark { #custom-left-arrow-dark {
color: @back; color: @dark;
background: @dark; background: none;
} }
#custom-right-arrow-light, #custom-right-arrow-light,
#custom-left-arrow-light { #custom-left-arrow-light {
color: @dark; color: @back;
background: @back; background: @dark;
} }
#workspaces, #workspaces,
@ -31,8 +31,8 @@ window#waybar {
#battery, #battery,
#disk, #disk,
#tray { #tray {
background: @back; background: @dark;
color: @dark; color: @back;
} }
#workspaces { #workspaces {
@ -40,7 +40,7 @@ window#waybar {
} }
#tray { #tray {
background: @back; background: @dark;
padding: 0 10px 0 10px; padding: 0 10px 0 10px;
} }
@ -49,8 +49,8 @@ window#waybar {
#custom-pressure, #custom-pressure,
#custom-pm_25, #custom-pm_25,
#custom-pm_10 { #custom-pm_10 {
background: @back; background: @dark;
color: @dark; color: @back;
padding: 2px 5px; padding: 2px 5px;
} }
@ -60,32 +60,31 @@ window#waybar {
} }
#workspaces button.focused { #workspaces button.focused {
color: @invactive; color: @back;
} }
#workspaces button:hover { #workspaces button:hover {
box-shadow: inherit; box-shadow: inherit;
text-shadow: inherit; text-shadow: inherit;
} }
#workspaces button:hover { #workspaces button:hover {
background: @background;
border: @foreground; border: @foreground;
padding: 0 3px; padding: 0 3px;
} }
#pulseaudio { #pulseaudio {
color: @dark; color: @back;
} }
#memory { #memory {
color: @dark; color: @back;
} }
#cpu { #cpu {
color: @dark; color: @back;
} }
#battery { #battery {
color: @dark; color: @back;
} }
#disk { #disk {
color: @dark; color: @back;
} }
#clock, #clock,

9
.zshrc
View File

@ -209,9 +209,12 @@ mattermost-desktop () { # launch telegram and send it to scratchpad
} }
theme () { theme () {
(wal -qi $WALLPAPER) wal -qi $WALLPAPER
(swaybg --bg-scale $WALLPAPER) swaybg --bg-scale $WALLPAPER
(~/bin/alawal.sh) cp ~/.cache/wal/mako ~/.config/mako/config
systemctl --user restart mako
systemctl --user restart waybar
~/bin/alawal.sh
} }
alias tf=terraform alias tf=terraform