summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/mako/config2
-rw-r--r--.config/waybar/style.css11
2 files changed, 7 insertions, 6 deletions
diff --git a/.config/mako/config b/.config/mako/config
index 5d3f05e..7f0b572 100644
--- a/.config/mako/config
+++ b/.config/mako/config
@@ -1,5 +1,5 @@
# Global settings
-font=IoskeleyMono Nerd Font 12
+font=IoskeleyMonoNL Nerd Font 12
width=300
margin=10
padding=10
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 44f848e..4f1c58f 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -1,19 +1,20 @@
* {
border: none;
- font-family: "IoskeleyMono Nerd Font, monospace";
+ font-family: "IoskeleyMonoNL Nerd Font, monospace";
font-size: 12px;
font-weight: bold;
min-height: 0;
}
window#waybar {
- background-color: alpha(#0a0a0a, 0.9);
+ background-color: alpha(#0a0a0a, 0.8);
color: #ffffff;
}
-/* #workspaces button { */
-/* padding: 3px 5px; */
-/* } */
+#workspaces button {
+ padding: 3px 5px;
+ color: #ffffff;
+}
#workspaces button:hover {
/* Hovering over the workspaces button has a no radius selection around it */