chore: waybar gandalf style
This commit is contained in:
parent
d82dcd665b
commit
f86f0108bc
5 changed files with 10 additions and 3 deletions
|
@ -14,7 +14,7 @@ input {
|
|||
accel_profile = flat
|
||||
|
||||
touchpad {
|
||||
natural_scroll = true
|
||||
natural_scroll = false
|
||||
disable_while_typing = 1
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
],
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
|
||||
#workspaces * {
|
||||
font-size: 12px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
|
|
3
scripts/installer/nekoray.sh
Normal file
3
scripts/installer/nekoray.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
source ../utils/main.sh
|
Loading…
Add table
Reference in a new issue