Facilitating environment for singular home.nix file
This commit is contained in:
parent
55d6681e03
commit
ad7e4d0704
2 changed files with 28 additions and 0 deletions
16
.config/waybar/config
Normal file
16
.config/waybar/config
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[
|
||||
{
|
||||
"layer": "top",
|
||||
"modules-center": [
|
||||
"clock"
|
||||
],
|
||||
"modules-left": [
|
||||
"hyprland/workspaces",
|
||||
"hyprland/window"
|
||||
],
|
||||
"modules-right": [
|
||||
"battery"
|
||||
],
|
||||
"position": "top"
|
||||
}
|
||||
]
|
||||
12
.config/waybar/style.css
Normal file
12
.config/waybar/style.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
* {
|
||||
font-family: "JetBrainsMono Nerd Font", monospace;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
#window {
|
||||
/* Example: style the window module */
|
||||
background-color: #333333;
|
||||
color: #fca944;
|
||||
border-radius: 8px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue