Compare commits

...

2 Commits

4 changed files with 9 additions and 4 deletions

View File

@ -13,4 +13,4 @@ ytdl-format=bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best
## Wayland
gpu-context=wayland
## Default window size
geometry=50%x50%
geometry=70%x70%

View File

@ -108,6 +108,11 @@ bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
# Vim shortcuts for movement
bindsym $mod+H focus left
bindsym $mod+J focus down
bindsym $mod+K focus up
bindsym $mod+L focus right
# Move the focused window with the same, but add Shift
#bindsym $mod+Shift+$left move left
#bindsym $mod+Shift+$down move down

View File

@ -55,7 +55,7 @@
"format-alt": "{:%Y-%m-%d}"
},
"battery": {
"bat": "BAT1",
"bat": "BAT0",
"states": {
"good": 95,
"warning": 60,
@ -70,7 +70,7 @@
"format-icons": ["", "", ""]
},
"battery#bat2": {
"bat": "BAT0",
"bat": "BAT1",
"states": {
"good": 95,
"warning": 60,

View File

@ -3,7 +3,7 @@
border-radius: 0;
/* `otf-font-awesome` is required to be installed for icons */
font-family: TerminessTTF Nerd Font;
font-size: 16px;
font-size: 17px;
min-height: 0px;
}