diff --git a/dot_config/eww/eww.scss b/dot_config/eww/eww.scss index 199ac7a..a5f6e87 100644 --- a/dot_config/eww/eww.scss +++ b/dot_config/eww/eww.scss @@ -1,8 +1,16 @@ * { - font-family: Fira Code; - background-color: rgba(0,0,0,0); + font-family: Source Code Pro; + color: #93cb42; } + .clock { + background-color: rgba(0,0,0,0); font-size: 100px; - color: rgba(250,100,100,255); +} + +.bar { + background-color: rgba(17,17,17); + font-size: 15; + font-weight: bold; + border-radius: 10px; } diff --git a/dot_config/eww/eww.yuck b/dot_config/eww/eww.yuck index ee3c675..d5c18d0 100644 --- a/dot_config/eww/eww.yuck +++ b/dot_config/eww/eww.yuck @@ -1,3 +1,4 @@ +;; ------ CLOCK ------ (defpoll time :interval "10s" `date +%H:%M`) @@ -5,7 +6,7 @@ time) (defwindow clock - :monitor 0 + :monitor 1 :geometry (geometry :x "2%" :y "4%" :anchor "top left") @@ -14,3 +15,23 @@ :class "clock" (clock)) ) + +;; ------- BAR -------- +(defpoll datetime :interval "10s" + `date "+%a %H:%M %m-%d"`) + +(defwidget cal [] + datetime) + +(defwindow bar + :monitor 1 + :geometry (geometry :x "0%" + :y "10px" + :width "160px" + :height "30px" + :anchor "top center") + :stacking "fg" + :exclusive true + :focusable false + (cal) + ) diff --git a/dot_config/hypr/hyprland.conf b/dot_config/hypr/hyprland.conf index e35a7c7..daa9d54 100644 --- a/dot_config/hypr/hyprland.conf +++ b/dot_config/hypr/hyprland.conf @@ -25,8 +25,8 @@ $browser = qutebrowser # Or execute your favorite apps at launch like this: exec-once = systemctl --user start emacs -exec-once = waybar & nm-applet & blueman-applet -exec-once = swaybg -i ~/wallpapers/away_in_silence_by_aenami.png +exec-once = eww daemon & eww open clock & eww open bar +exec-once = swaybg -i ~/wallpapers/anime-gun.jpg ############################# ### ENVIRONMENT VARIABLES ### diff --git a/dot_config/waybar/config b/dot_config/waybar/config index 857799f..b741000 100644 --- a/dot_config/waybar/config +++ b/dot_config/waybar/config @@ -2,25 +2,14 @@ { "layer": "top", - "position": "top", + "position": "bottom", - "modules-left": [ - "hyprland/workspaces", - "custom/right-arrow-dark" - ], - "modules-center": [ - "custom/left-arrow-dark", - "clock#1", - "clock#2", - "clock#3", - "custom/right-arrow-dark" - ], "modules-right": [ "custom/left-arrow-dark", "pulseaudio", "memory", - "battery", - "tray" + "battery", + "tray" ], "tray": {