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] libinput-gestures?
|
||||||
* [x] configure programs.light - keybinds in hyprland config
|
* [x] configure programs.light - keybinds in hyprland config
|
||||||
* [x] authentication agent (like polkit-kde-agent)
|
* [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-left=dismiss
|
||||||
on-button-right=dismiss-all
|
on-button-right=dismiss-all
|
||||||
|
|
||||||
font=Cantarell 10
|
font=Jetbrains Regular Nerd
|
||||||
background-color=#252423
|
background-color=#252423
|
||||||
text-color=#e2cca9
|
text-color=#e2cca9
|
||||||
width=300
|
width=150
|
||||||
height=100
|
height=100
|
||||||
margin=10
|
margin=10
|
||||||
padding=15
|
padding=15
|
||||||
|
@ -24,6 +24,6 @@ history=1
|
||||||
text-alignment=left
|
text-alignment=left
|
||||||
default-timeout=15000
|
default-timeout=15000
|
||||||
layer=top
|
layer=top
|
||||||
anchor=bottom-right
|
anchor=top-right
|
||||||
'';
|
'';
|
||||||
}
|
}
|
|
@ -154,12 +154,13 @@
|
||||||
text = ''
|
text = ''
|
||||||
* {
|
* {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 3;
|
border-radius: 0;
|
||||||
font-family: my-queue;
|
font-family: my-queue;
|
||||||
}
|
}
|
||||||
|
|
||||||
#waybar {
|
#waybar {
|
||||||
background-color: rgba(50, 48, 47, 0.8);
|
background-color: rgba(50, 48, 47, 0.8);
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
|
|
Loading…
Reference in a new issue