Compare commits
3 Commits
00e1738716
...
447d177249
Author | SHA1 | Date | |
---|---|---|---|
|
447d177249 | ||
|
adbf560f47 | ||
|
89842d1fe6 |
1
.bashrc
1
.bashrc
|
@ -83,6 +83,7 @@ export WLR_NO_HARDWARE_CURSORS=1
|
||||||
|
|
||||||
# aliases
|
# aliases
|
||||||
alias config='/usr/bin/git --git-dir=$HOME/.config.remote/ --work-tree=$HOME'
|
alias config='/usr/bin/git --git-dir=$HOME/.config.remote/ --work-tree=$HOME'
|
||||||
|
alias poweroff='shutdown -h now'
|
||||||
|
|
||||||
alias cls='clear'
|
alias cls='clear'
|
||||||
alias ls='ls -laA --group-directories-first --color=auto'
|
alias ls='ls -laA --group-directories-first --color=auto'
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
### Variables
|
### Variables
|
||||||
#
|
#
|
||||||
# Logo key. Use Mod1 for Alt.
|
# Logo key. Use Mod1 for Alt.
|
||||||
set $mod Mod4
|
set $mod Mod1
|
||||||
# Home row direction keys, like vim
|
# Home row direction keys, like vim
|
||||||
set $left h
|
set $left h
|
||||||
set $down j
|
set $down j
|
||||||
|
|
|
@ -7,7 +7,26 @@
|
||||||
"margin-top": 10,
|
"margin-top": 10,
|
||||||
"margin-bottom": 10,
|
"margin-bottom": 10,
|
||||||
|
|
||||||
"network": {
|
"modules-left": [
|
||||||
"format-wifi": "{icon}"
|
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
|
* {
|
||||||
|
border: none;
|
||||||
|
text-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
|
border-radius: 0;
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 12.7px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#waybar {
|
#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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user