aboutsummaryrefslogtreecommitdiff
path: root/sway-de/config/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'sway-de/config/waybar/style.css')
-rw-r--r--sway-de/config/waybar/style.css77
1 files changed, 77 insertions, 0 deletions
diff --git a/sway-de/config/waybar/style.css b/sway-de/config/waybar/style.css
new file mode 100644
index 0000000..3866d6f
--- /dev/null
+++ b/sway-de/config/waybar/style.css
@@ -0,0 +1,77 @@
+* {
+ border-radius: 0;
+ border: 0;
+ font-family: "Noto Sans", "Font Awesome 5 Free";
+ font-size: 11pt;
+ text-shadow: none;
+}
+
+window#waybar {
+ background: #ffffff;
+ color: #4a484d;
+ border-bottom: 1px solid #efefef;
+ border-left: 5px solid black;
+ border-right: 5px solid black;
+}
+
+.modules-left, .modules-center, .modules-right {
+ background: #ffffff;
+ border-bottom: 1px solid #efefef;
+}
+
+.modules-left {
+ border-radius: 5px 0 0 0;
+ padding-left: 5px;
+}
+
+.modules-right {
+ border-radius: 0 5px 0 0;
+}
+
+tooltip {
+ background: alpha(#fafafa, 0.95);
+ border: 1px solid #ddd;
+}
+
+tooltip label {
+ color: #4a484d;
+}
+
+label {
+ padding: 2px 10px;
+ margin: 0;
+}
+
+#workspaces label {
+ padding: 0;
+}
+
+#workspaces button {
+ padding: 0 6px;
+ font-weight: normal;
+}
+
+#workspaces button:hover {
+ box-shadow: inherit;
+ text-shadow: inherit;
+ background: #ffffff;
+}
+
+#workspaces button.focused {
+ background: #efefef;
+}
+
+#idle_inhibitor {
+ margin: 0;
+ padding: 2px 12px 2px 6px;
+}
+
+#idle_inhibitor.activated {
+ color: #ffffff;
+ background: #a50000;
+ text-shadow: 1px 1px 0 #992030;
+}
+
+#custom-reboot {
+ color: #a50000;
+}