summaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-26 14:39:45 -0600
committerzachir <zachir@librem.one>2023-02-26 14:39:45 -0600
commit1eb7947ced988a249f8833e1b76246ed4411ac2e (patch)
treec5205816f5af6c5c9219b363e375979bab3e06dc /waybar
parent3426cccb8c000921d241f9e0b23b707a18fd613a (diff)
update waybar for mononoki font and for window title
Diffstat (limited to 'waybar')
-rw-r--r--waybar/config-Hyprland6
-rw-r--r--waybar/style.css4
2 files changed, 7 insertions, 3 deletions
diff --git a/waybar/config-Hyprland b/waybar/config-Hyprland
index 3074f40..903fcc7 100644
--- a/waybar/config-Hyprland
+++ b/waybar/config-Hyprland
@@ -9,7 +9,7 @@
// Choose the order of the modules
- "modules-left":[ "wlr/workspaces", "custom/launcher"],
+ "modules-left":[ "wlr/workspaces", "custom/launcher", "hyprland/window"],
"modules-center":[],
"modules-right":[ "idle_inhibitor", "pulseaudio", "cpu", "memory", "temperature", "backlight", "battery#bat0", "battery#bat1", "network", "clock", "tray", "custom/power"],
@@ -22,6 +22,10 @@
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1"
},
+ "hyprland/window": {
+ "separate-outputs": true,
+ "format": "{}"
+ },
"keyboard-state": {
"numlock": true,
"capslock": true,
diff --git a/waybar/style.css b/waybar/style.css
index 05adb84..8333fb6 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -3,8 +3,8 @@
margin: 0px;
border-radius: 0px;
/* `otf-font-awesome` is required to be installed for icons */
- font-family: Roboto, Helvetica, Arial, sans-serif;
- font-size: 13px;
+ font-family: mononoki Nerd Font Mono;
+ font-size: 18px;
min-height: 0px;
min-width: 0px;
}