Finished hacker theme mostly and added some other configs
This commit is contained in:
parent
0c499ecbd6
commit
ad06f5284e
91 changed files with 1928 additions and 3 deletions
58
themes/hacker/.config/waybar/config
Normal file
58
themes/hacker/.config/waybar/config
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"height": 24,
|
||||
"spacing": 4,
|
||||
"modules-left": [
|
||||
"sway/workspaces"
|
||||
],
|
||||
"modules-center": [
|
||||
"sway/window"
|
||||
],
|
||||
"modules-right": [
|
||||
"custom/media",
|
||||
"custom/updates",
|
||||
"custom/storage",
|
||||
"tray",
|
||||
"clock"
|
||||
],
|
||||
"sway/workspaces": {
|
||||
"disable-scroll": false,
|
||||
"all-outputs": false,
|
||||
"format": "{name}"
|
||||
},
|
||||
"sway/window": {
|
||||
"max-length": 128
|
||||
},
|
||||
"clock": {
|
||||
"format": "{:%m/%d/%Y %I:%M %p}",
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
|
||||
},
|
||||
"tray": {
|
||||
"spacing": 4
|
||||
},
|
||||
"custom/media": {
|
||||
"exec": "~/.config/waybar/mediaplayer.py --player spotify_player",
|
||||
"return-type": "json",
|
||||
"interval": 0,
|
||||
"on-click": "playerctl play-pause",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/storage": {
|
||||
"exec": "~/.config/waybar/modules/storage.sh",
|
||||
"return-type": "json",
|
||||
"interval": 900,
|
||||
"format": "{}",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/updates": {
|
||||
"exec": "~/.config/waybar/modules/update-check.sh",
|
||||
"interval": 900,
|
||||
"return-type": "json",
|
||||
"format": "{text}",
|
||||
"on-click": "kitty -e fish -ic 'update'",
|
||||
"on-output": "class: no-updates",
|
||||
"on-error": "class: updates-available",
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue