diff --git a/.config/alacritty/gruvbox-material-hard-dark.toml b/.config/alacritty/gruvbox-material-hard-dark.toml new file mode 100644 index 0000000..c355462 --- /dev/null +++ b/.config/alacritty/gruvbox-material-hard-dark.toml @@ -0,0 +1,29 @@ +# Colors (Gruvbox Material Hard Dark) + +# Default colors +[colors.primary] +background = '#1d2021' +foreground = '#d4be98' + +# Normal colors +[colors.normal] +black = '#32302f' +red = '#ea6962' +green = '#a9b665' +yellow = '#d8a657' +blue = '#7daea3' +magenta = '#d3869b' +cyan = '#89b482' +white = '#d4be98' + +# Bright colors (same as normal colors) +[colors.bright] +black = '#32302f' +red = '#ea6962' +green = '#a9b665' +yellow = '#d8a657' +blue = '#7daea3' +magenta = '#d3869b' +cyan = '#89b482' +white = '#d4be98' + diff --git a/.config/eww/greeter.yuck b/.config/eww/greeter.yuck deleted file mode 100644 index bcaa4da..0000000 --- a/.config/eww/greeter.yuck +++ /dev/null @@ -1,11 +0,0 @@ -(defwidget greeter [?text name] - (box :orientation "horizontal" - :halign "center" - text - (button :onclick "notify-send 'Hello' 'Hello, ${name}'" - "Greet"))) - -(defwindow example - ; ... values omitted - (greeter :text "Say hello!" - :name "Tim") diff --git a/.config/waybar/style.css b/.config/waybar/style.css index f90d5f7..e388a5d 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -2,7 +2,7 @@ * { border: none; border-radius: 0; - font-family: "Iosevka Fixed", "Font Awesome 6 Free"; + font-family: "Terminus", "Font Awesome 6 Free"; font-size: 15px; min-height: 0; color: #bebebe; @@ -32,7 +32,7 @@ window#waybar { } #mode { - font-family: "Iosevka"; + font-family: "Terminus"; color: black; background: white; } @@ -73,15 +73,15 @@ window#waybar { } #clock { - font-family: Manjari; + font-family: Terminus; } #custom-weather { - font-family: Manjari; + font-family: Terminus; } #custom-music { - font-family: Manjari; + font-family: Terminus; } #custom-wlsunset {}