chore: waybar gandalf style

This commit is contained in:
hesam-init 2024-03-22 13:42:41 +03:30
parent d82dcd665b
commit f86f0108bc
5 changed files with 10 additions and 3 deletions

View file

@ -14,7 +14,7 @@ input {
accel_profile = flat
touchpad {
natural_scroll = true
natural_scroll = false
disable_while_typing = 1
}
}

View file

@ -3,7 +3,6 @@
"position": "top",
"spacing": 5,
"modules-center": [
"clock",
"hyprland/language",
"battery",
"backlight",
@ -14,6 +13,7 @@
"pulseaudio#output"
],
"modules-left": [
"clock",
"hyprland/workspaces",
"tray"
],

View file

@ -1,6 +1,10 @@
@import "../../../.config/hypr-theme/waybar/global.css";
@import "../style/main.css";
* {
font-size: 9px;
}
window {
border-radius: 0;
background-color: transparent;

View file

@ -27,7 +27,7 @@
}
#workspaces * {
font-size: 12px;
font-size: 11px;
}
#workspaces button {

View file

@ -0,0 +1,3 @@
#!/bin/bash
source ../utils/main.sh