Compare commits

..

No commits in common. "3869933134376916f0b7152144d5dd8882576b34" and "d0d4c80fdaaf0848e77c9c2337684439bce88414" have entirely different histories.

4 changed files with 4 additions and 9 deletions

View File

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

View File

@ -108,11 +108,6 @@ 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": "BAT0",
"bat": "BAT1",
"states": {
"good": 95,
"warning": 60,
@ -70,7 +70,7 @@
"format-icons": ["", "", ""]
},
"battery#bat2": {
"bat": "BAT1",
"bat": "BAT0",
"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: 17px;
font-size: 16px;
min-height: 0px;
}