add hyprland
This commit is contained in:
12
hyprland/.config/waybar/config
Normal file
12
hyprland/.config/waybar/config
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"modules-left": [
|
||||
"hyprland/workspaces",
|
||||
"hyprland/window"
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"clock"
|
||||
],
|
||||
}
|
22
hyprland/.config/waybar/style.css
Normal file
22
hyprland/.config/waybar/style.css
Normal file
@ -0,0 +1,22 @@
|
||||
* {
|
||||
font-family: GoMono Nerd Font;
|
||||
font-size: 14;
|
||||
background-color: #263c59;
|
||||
color: #7b899d;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background-color: #7b899d;
|
||||
}
|
||||
|
||||
#clock {
|
||||
padding: 0 1rem;
|
||||
}
|
Reference in New Issue
Block a user