summaryrefslogtreecommitdiff
path: root/home/.config/waybar/additional.d
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/waybar/additional.d')
-rw-r--r--home/.config/waybar/additional.d/desktop5
-rw-r--r--home/.config/waybar/additional.d/laptop24
-rw-r--r--home/.config/waybar/additional.d/style_desktop.css167
-rw-r--r--home/.config/waybar/additional.d/style_laptop.css167
4 files changed, 363 insertions, 0 deletions
diff --git a/home/.config/waybar/additional.d/desktop b/home/.config/waybar/additional.d/desktop
new file mode 100644
index 0000000..58c2f43
--- /dev/null
+++ b/home/.config/waybar/additional.d/desktop
@@ -0,0 +1,5 @@
+{
+ "modules-center": ["sway/window"],
+ "modules-right": ["custom/sshd", "pulseaudio", "sway/language",
+"clock", "tray"]
+}
diff --git a/home/.config/waybar/additional.d/laptop b/home/.config/waybar/additional.d/laptop
new file mode 100644
index 0000000..9192cf0
--- /dev/null
+++ b/home/.config/waybar/additional.d/laptop
@@ -0,0 +1,24 @@
+{
+ "modules-center": [],
+ "modules-right": ["custom/sshd", "backlight", "battery", "pulseaudio", "sway/language", "clock", "tray"],
+ // Modules configuration
+ "backlight": {
+ // "device": "acpi_video1",
+ "format": "{percent}% {icon}",
+ "format-icons": ["", ""]
+ },
+ "battery": {
+ "states": {
+ // "good": 95,
+ "warning": 30,
+ "critical": 15
+ },
+ "format": "{capacity}% {icon}",
+ "format-charging": "{capacity}% ",
+ "format-plugged": "{capacity}% ",
+ "format-alt": "{time} {icon}",
+ // "format-good": "", // An empty format will hide the module
+ // "format-full": "",
+ "format-icons": ["", "", "", "", ""]
+ }
+}
diff --git a/home/.config/waybar/additional.d/style_desktop.css b/home/.config/waybar/additional.d/style_desktop.css
new file mode 100644
index 0000000..d9c645c
--- /dev/null
+++ b/home/.config/waybar/additional.d/style_desktop.css
@@ -0,0 +1,167 @@
+* {
+ border: none;
+ border-radius: 0;
+ /* `otf-font-awesome` is required to be installed for icons */
+ font-family: JetBrainsMonoNL, forkawesome, Roboto, Helvetica, Arial, sans-serif;
+ font-size: 20px;
+ min-height: 0;
+}
+
+window#waybar {
+ background-color: rgba(43, 48, 59, 0.7);
+ border-bottom: 3px solid rgba(100, 114, 125, 0.5);
+ color: #ffffff;
+ transition-property: background-color;
+ transition-duration: .5s;
+}
+
+window#waybar.hidden {
+ opacity: 0.2;
+}
+
+/*
+window#waybar.empty {
+ background-color: transparent;
+}
+window#waybar.solo {
+ background-color: #FFFFFF;
+}
+*/
+
+window#waybar.termite {
+ background-color: #3F3F3F;
+}
+
+window#waybar.chromium {
+ background-color: #000000;
+ border: none;
+}
+
+#workspaces button {
+ padding: 0 5px;
+ background-color: transparent;
+ color: #ffffff;
+ /* Use box-shadow instead of border so the text isn't offset */
+ box-shadow: inset 0 -3px transparent;
+}
+
+/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
+#workspaces button:hover {
+ background: rgba(0, 0, 0, 0.2);
+ box-shadow: inset 0 -3px #ffffff;
+}
+
+#workspaces button.focused {
+ background-color: #64727D;
+ box-shadow: inset 0 -3px #ffffff;
+}
+
+#workspaces button.urgent {
+ background-color: #eb4d4b;
+}
+
+#mode {
+ background-color: #64727D;
+ border-bottom: 3px solid #ffffff;
+}
+
+#clock,
+#battery,
+#cpu,
+#memory,
+#disk,
+#temperature,
+#backlight,
+#network,
+#pulseaudio,
+#custom-media,
+#tray,
+#mode,
+#idle_inhibitor,
+#language,
+#mpd {
+ padding: 5px 16px;
+ margin: 0 4px;
+ color: #2a5c45;
+ background-color: #b5bd68;
+}
+
+#custom-sshd.normal {
+ padding: 5px 16px;
+ margin: 0 4px;
+ color: #2a5c45;
+ background-color: #b5bd68;
+}
+
+#custom-sshd.active {
+ padding: 5px 16px;
+ margin: 0 4px;
+ color: #2a5c45;
+ background-color: #c13074;
+}
+
+#window,
+#workspaces {
+ margin: 0 4px;
+}
+
+/* If workspaces is the leftmost module, omit left margin */
+.modules-left > widget:first-child > #workspaces {
+ margin-left: 0;
+}
+
+/* If workspaces is the rightmost module, omit right margin */
+.modules-right > widget:last-child > #workspaces {
+ margin-right: 0;
+}
+
+@keyframes blink {
+ to {
+ background-color: #ffffff;
+ color: #000000;
+ }
+}
+
+label:focus {
+ background-color: #000000;
+}
+
+#pulseaudio.muted {
+ background-color: #90b1b1;
+ color: #2a5c45;
+}
+
+#tray {
+ background-color: #2980b9;
+}
+
+#tray > .passive {
+ -gtk-icon-effect: dim;
+}
+
+#tray > .needs-attention {
+ -gtk-icon-effect: highlight;
+ background-color: #eb4d4b;
+}
+
+#language {
+ padding: 0 5px;
+ margin: 0 5px;
+ min-width: 16px;
+}
+
+#keyboard-state {
+ background: #97e1ad;
+ color: #000000;
+ padding: 0 0px;
+ margin: 0 5px;
+ min-width: 16px;
+}
+
+#keyboard-state > label {
+ padding: 0 5px;
+}
+
+#keyboard-state > label.locked {
+ background: rgba(0, 0, 0, 0.2);
+}
diff --git a/home/.config/waybar/additional.d/style_laptop.css b/home/.config/waybar/additional.d/style_laptop.css
new file mode 100644
index 0000000..e8b029b
--- /dev/null
+++ b/home/.config/waybar/additional.d/style_laptop.css
@@ -0,0 +1,167 @@
+* {
+ border: none;
+ border-radius: 0;
+ /* `otf-font-awesome` is required to be installed for icons */
+ font-family: JetBrainsMonoNL, forkawesome, Roboto, Helvetica, Arial, sans-serif;
+ font-size: 14px;
+ min-height: 0;
+}
+
+window#waybar {
+ background-color: rgba(43, 48, 59, 0.7);
+ border-bottom: 3px solid rgba(100, 114, 125, 0.5);
+ color: #ffffff;
+ transition-property: background-color;
+ transition-duration: .5s;
+}
+
+window#waybar.hidden {
+ opacity: 0.2;
+}
+
+/*
+window#waybar.empty {
+ background-color: transparent;
+}
+window#waybar.solo {
+ background-color: #FFFFFF;
+}
+*/
+
+window#waybar.termite {
+ background-color: #3F3F3F;
+}
+
+window#waybar.chromium {
+ background-color: #000000;
+ border: none;
+}
+
+#workspaces button {
+ padding: 0 5px;
+ background-color: transparent;
+ color: #ffffff;
+ /* Use box-shadow instead of border so the text isn't offset */
+ box-shadow: inset 0 -3px transparent;
+}
+
+/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
+#workspaces button:hover {
+ background: rgba(0, 0, 0, 0.2);
+ box-shadow: inset 0 -3px #ffffff;
+}
+
+#workspaces button.focused {
+ background-color: #64727D;
+ box-shadow: inset 0 -3px #ffffff;
+}
+
+#workspaces button.urgent {
+ background-color: #eb4d4b;
+}
+
+#mode {
+ background-color: #64727D;
+ border-bottom: 3px solid #ffffff;
+}
+
+#clock,
+#battery,
+#cpu,
+#memory,
+#disk,
+#temperature,
+#backlight,
+#network,
+#pulseaudio,
+#custom-media,
+#tray,
+#mode,
+#idle_inhibitor,
+#language,
+#mpd {
+ padding: 0 10px;
+ margin: 0 4px;
+ color: #2a5c45;
+ background-color: #b5bd68;
+}
+
+#custom-sshd.normal {
+ padding: 0 10px;
+ margin: 0 4px;
+ color: #2a5c45;
+ background-color: #b5bd68;
+}
+
+#custom-sshd.active {
+ padding: 0 10px;
+ margin: 0 4px;
+ color: #2a5c45;
+ background-color: #c13074;
+}
+
+#window,
+#workspaces {
+ margin: 0 4px;
+}
+
+/* If workspaces is the leftmost module, omit left margin */
+.modules-left > widget:first-child > #workspaces {
+ margin-left: 0;
+}
+
+/* If workspaces is the rightmost module, omit right margin */
+.modules-right > widget:last-child > #workspaces {
+ margin-right: 0;
+}
+
+@keyframes blink {
+ to {
+ background-color: #ffffff;
+ color: #000000;
+ }
+}
+
+label:focus {
+ background-color: #000000;
+}
+
+#pulseaudio.muted {
+ background-color: #90b1b1;
+ color: #2a5c45;
+}
+
+#tray {
+ background-color: #2980b9;
+}
+
+#tray > .passive {
+ -gtk-icon-effect: dim;
+}
+
+#tray > .needs-attention {
+ -gtk-icon-effect: highlight;
+ background-color: #eb4d4b;
+}
+
+#language {
+ padding: 0 5px;
+ margin: 0 5px;
+ min-width: 16px;
+}
+
+#keyboard-state {
+ background: #97e1ad;
+ color: #000000;
+ padding: 0 0px;
+ margin: 0 5px;
+ min-width: 16px;
+}
+
+#keyboard-state > label {
+ padding: 0 5px;
+}
+
+#keyboard-state > label.locked {
+ background: rgba(0, 0, 0, 0.2);
+}