1
0
Fork 0

Compare commits

..

No commits in common. "447d1772494074ff069e0a6d0c592238ee5ed049" and "00e1738716eef66bf877cce4bbb61200725e10df" have entirely different histories.

4 changed files with 3 additions and 50 deletions

View File

@ -83,7 +83,6 @@ export WLR_NO_HARDWARE_CURSORS=1
# aliases
alias config='/usr/bin/git --git-dir=$HOME/.config.remote/ --work-tree=$HOME'
alias poweroff='shutdown -h now'
alias cls='clear'
alias ls='ls -laA --group-directories-first --color=auto'

View File

@ -7,7 +7,7 @@
### Variables
#
# Logo key. Use Mod1 for Alt.
set $mod Mod1
set $mod Mod4
# Home row direction keys, like vim
set $left h
set $down j

View File

@ -7,26 +7,7 @@
"margin-top": 10,
"margin-bottom": 10,
"modules-left": [
"sway/workspaces"
],
"modules-right": [
"clock"
],
"sway/workspaces": {
"disable-scroll": true,
"persisten_workspace": {
"1": [],
"2": [],
"3": []
}
},
"clock": {
"timezone": "Europe/Amsterdam",
"format": "{:%H\n%M\n%S}",
"interval": 1
"network": {
"format-wifi": "{icon}"
}
}

View File

@ -1,31 +1,4 @@
* {
border: none;
text-shadow: none;
box-shadow: none;
border-radius: 0;
font-weight: 600;
font-size: 12.7px;
margin: 0;
padding: 0;
}
#waybar {
background-color: rgba(28, 28, 28, 1);
border-radius: 5px;
}
#workspaces {
margin-top: 5px;
padding: 0;
}
#workspaces button {
color: #FFFFFF;
margin: 0;
padding: 0;
}
#clock {
margin-bottom: 5px;
color: #FFFFFF;
}