From 397bb5aed9fc511e37bb68cc620752d503f9d71a Mon Sep 17 00:00:00 2001 From: Opal Date: Wed, 7 Aug 2024 18:55:03 -0700 Subject: [PATCH 1/2] changed to terminus font --- .config/alacritty/alacritty.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 434ac08..b630fd1 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,4 +1,4 @@ -import = ["/home/opal/.config/alacritty/gruvbox-material.toml"] +import = ["/home/opal/.config/alacritty/gruvbox-material-hard-dark.toml"] [env] TERM = "xterm-256color" @@ -7,7 +7,7 @@ TERM = "xterm-256color" size = 15 [font.normal] -family = "Hack" +family = "Terminus" style = "Regular" [font.offset] From 363a8d0440bf400da031b5667959a74427b01700 Mon Sep 17 00:00:00 2001 From: Opal Date: Wed, 7 Aug 2024 18:57:38 -0700 Subject: [PATCH 2/2] changed waybar to terminus, removed eww --- .../alacritty/gruvbox-material-hard-dark.toml | 29 +++++++++++++++++++ .config/eww/greeter.yuck | 11 ------- .config/waybar/style.css | 10 +++---- 3 files changed, 34 insertions(+), 16 deletions(-) create mode 100644 .config/alacritty/gruvbox-material-hard-dark.toml delete mode 100644 .config/eww/greeter.yuck 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 {}