mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
No clue.
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"spacing": 0,
|
||||
"spacing": 4,
|
||||
"height": 32,
|
||||
"modules-left": [
|
||||
"custom/logo",
|
||||
"custom/spacer",
|
||||
"image",
|
||||
"custom/spacer",
|
||||
"hyprland/workspaces",
|
||||
"niri/workspaces"
|
||||
],
|
||||
@@ -17,7 +19,6 @@
|
||||
"memory",
|
||||
"custom/diskfree",
|
||||
"clock",
|
||||
"wireplumber",
|
||||
"custom/power"
|
||||
],
|
||||
"wlr/taskbar": {
|
||||
@@ -50,17 +51,7 @@
|
||||
"disable-scroll": true,
|
||||
"all-outputs": true,
|
||||
"warp-on-scroll": false,
|
||||
"format": "{name}: {icon}",
|
||||
"format-icons": {
|
||||
"default": "",
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": "",
|
||||
//"active": "",
|
||||
//"urgent": ""
|
||||
},
|
||||
"format": "{icon}",
|
||||
},
|
||||
"persistent_workspaces": {
|
||||
"1": [],
|
||||
@@ -120,7 +111,15 @@
|
||||
"custom/logo": {
|
||||
"format": " ",
|
||||
"tooltip": false,
|
||||
"on-click": "~/.config/rofi/launchers/misc/launcher.sh &"
|
||||
"on-click": "rofi -show drun"
|
||||
},
|
||||
"image": {
|
||||
"path": "/home/dt/.config/qtile/icons/cachyos.svg",
|
||||
"size": 26,
|
||||
"on-click": "rofi -show drun"
|
||||
},
|
||||
"custom/spacer": {
|
||||
"format": " " /* Two spaces ensures it has some width */
|
||||
},
|
||||
"battery": {
|
||||
"format": "{capacity}% {icon}",
|
||||
|
||||
Reference in New Issue
Block a user