test
This commit is contained in:
parent
bdff14edc4
commit
8537ccda29
3 changed files with 6 additions and 4 deletions
|
@ -34,6 +34,7 @@ Repo for nix configuration files
|
|||
* [x] libinput-gestures?
|
||||
* [x] configure programs.light - keybinds in hyprland config
|
||||
* [x] authentication agent (like polkit-kde-agent)
|
||||
* [ ] Set GTK theme for GTK apps
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -6,10 +6,10 @@ sort=+time
|
|||
on-button-left=dismiss
|
||||
on-button-right=dismiss-all
|
||||
|
||||
font=Cantarell 10
|
||||
font=Jetbrains Regular Nerd
|
||||
background-color=#252423
|
||||
text-color=#e2cca9
|
||||
width=300
|
||||
width=150
|
||||
height=100
|
||||
margin=10
|
||||
padding=15
|
||||
|
@ -24,6 +24,6 @@ history=1
|
|||
text-alignment=left
|
||||
default-timeout=15000
|
||||
layer=top
|
||||
anchor=bottom-right
|
||||
anchor=top-right
|
||||
'';
|
||||
}
|
|
@ -154,12 +154,13 @@
|
|||
text = ''
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 3;
|
||||
border-radius: 0;
|
||||
font-family: my-queue;
|
||||
}
|
||||
|
||||
#waybar {
|
||||
background-color: rgba(50, 48, 47, 0.8);
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
|
|
Loading…
Reference in a new issue