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 accel_profile = flat
touchpad { touchpad {
natural_scroll = true natural_scroll = false
disable_while_typing = 1 disable_while_typing = 1
} }
} }

View file

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

View file

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

View file

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

View file

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