changed waybar to terminus, removed eww

This commit is contained in:
2024-08-07 18:57:38 -07:00
parent 2119392270
commit 363a8d0440
3 changed files with 34 additions and 16 deletions

View File

@@ -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'

View File

@@ -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")

View File

@@ -2,7 +2,7 @@
* { * {
border: none; border: none;
border-radius: 0; border-radius: 0;
font-family: "Iosevka Fixed", "Font Awesome 6 Free"; font-family: "Terminus", "Font Awesome 6 Free";
font-size: 15px; font-size: 15px;
min-height: 0; min-height: 0;
color: #bebebe; color: #bebebe;
@@ -32,7 +32,7 @@ window#waybar {
} }
#mode { #mode {
font-family: "Iosevka"; font-family: "Terminus";
color: black; color: black;
background: white; background: white;
} }
@@ -73,15 +73,15 @@ window#waybar {
} }
#clock { #clock {
font-family: Manjari; font-family: Terminus;
} }
#custom-weather { #custom-weather {
font-family: Manjari; font-family: Terminus;
} }
#custom-music { #custom-music {
font-family: Manjari; font-family: Terminus;
} }
#custom-wlsunset {} #custom-wlsunset {}