aboutsummaryrefslogtreecommitdiff
path: root/home/wm/waybar/style.css
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-05 19:41:58 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-05 19:41:58 -0700
commit43da9edb4598eef509c481ae0b305384418c45de (patch)
treea0ad614c90102757143e026e4fe1806431a3dbf4 /home/wm/waybar/style.css
parentprofiles/default: users are immutable (diff)
downloadinfra-43da9edb4598eef509c481ae0b305384418c45de.tar.gz
home/profiles: move (almost) all modules to profiles
This is a major refactor, similar to what was done for the hosts, but in a single commit.
Diffstat (limited to '')
-rw-r--r--home/wm/waybar/style.css69
1 files changed, 0 insertions, 69 deletions
diff --git a/home/wm/waybar/style.css b/home/wm/waybar/style.css
deleted file mode 100644
index 1362cd5..0000000
--- a/home/wm/waybar/style.css
+++ /dev/null
@@ -1,69 +0,0 @@
-* {
- border-radius: 0;
- border: none;
- margin: 0;
- min-height: 0;
- padding: 0;
- font-family: Source Code Pro;
- font-size: 15px;
-}
-window#waybar {
- background-color: #282A36;
- color: #eee;
-}
-#workspaces button {
- padding: 0 3px;
- background-color: transparent;
- color: #eee;
-}
-#workspaces button.focused {
- background-color: #285577;
- border: 1px solid #4c7899;
-}
-#clock,
-#battery,
-#network,
-#pulseaudio,
-#tray,
-#mode {
- padding-left: 10px;
- padding-right: 10px;
-}
-#mode {
- /* No styles */
-}
-#tray {
- /* No styles */
-}
-#clock {
- /* No styles */
-}
-#battery {
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
-}
-#battery.discharging {
- color: #90a1ad;
-}
-#battery.charging {
- color: #fffff8;
-}
-#battery.warning {
- border-bottom: 2px solid #ff9e21;
-}
-#battery.critical {
- border-bottom: 2px solid #ff3121;
-}
-#network {
- /* No styles */
-}
-#network.disconnected {
- color: orange;
-}
-#pulseaudio {
- /* No styles */
-}
-#pulseaudio.muted {
- color: #90a1ad;
-}