diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-06-09 19:43:34 +0000 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-06-09 19:43:34 +0000 |
| commit | f3b7a6a33588ad425de02c4b841df19f30733e44 (patch) | |
| tree | ab6a8524350fda5868bf3f43187affbdb0895ce6 /modules/desktop/home/environments/hyprland/waybar/style.scss | |
| parent | a45c4551712c1ba5cb82eaf290f311ab0e8690e4 (diff) | |
reorganize programs, move functions to library, and remove the rest of hyprland (all sway now)
Diffstat (limited to 'modules/desktop/home/environments/hyprland/waybar/style.scss')
| -rw-r--r-- | modules/desktop/home/environments/hyprland/waybar/style.scss | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/modules/desktop/home/environments/hyprland/waybar/style.scss b/modules/desktop/home/environments/hyprland/waybar/style.scss deleted file mode 100644 index 7674164..0000000 --- a/modules/desktop/home/environments/hyprland/waybar/style.scss +++ /dev/null @@ -1,86 +0,0 @@ -* { - font-family: Iosevka Nerd Font; - font-size: 10pt; - min-height: 0; -} - -#waybar { - background: @base; - color: @text; -} - -#workspaces, -#clock, -#battery, -#wireplumber, -#bluetooth.connected, -#custom-power { - color: @text; - background: @surface0; - - padding: 0.5rem 1rem; - border-radius: 1rem; - - margin: 5px 0; -} - -#workspaces button { - color: @lavender; - border-radius: 1rem; - padding: 0rem 0.75rem; -} - -#workspaces button.active { - color: @sky; -} - -#workspaces button:hover { - box-shadow: inherit; - text-shadow: inherit; - background: none; - border: none; - border-color: transparent; - padding: 0 0.75rem; - margin: 0; -} - -#window { - font-size: 12pt; -} - -#custom-launcher { - color: @blue; - font-size: 12pt; - padding: 0; - margin: 0; - - margin-left: 1rem; - margin-right: 1rem; -} - -#bluetooth.connected { - color: @blue; -} - -#wireplumber { - color: @maroon; - border-radius: 1rem 0 0 1rem; - margin-left: 1rem; -} - -#battery { - color: @green; - border-radius: 0; -} - -#clock { - color: @blue; - border-radius: 0 1rem 1rem 0; - margin-right: 1rem; -} - -#custom-power { - color: @rosewater; - margin-right: 1rem; - /* border: @rosewater 1px solid; */ -}
\ No newline at end of file |
