minor
This commit is contained in:
@@ -8,21 +8,9 @@
|
||||
"margin-bottom": 0,
|
||||
"margin-right": 0,
|
||||
"spacing": 2, // Gaps between modules (px)
|
||||
"modules-left": [
|
||||
"custom/rofi",
|
||||
"group/workspaceactions",
|
||||
"custom/mediaplayer",
|
||||
"hyprland/window"
|
||||
],
|
||||
"modules-center": [
|
||||
"clock"
|
||||
],
|
||||
"modules-right": [
|
||||
"group/monitors",
|
||||
"tray",
|
||||
"custom/caffeine",
|
||||
"custom/power"
|
||||
],
|
||||
"modules-left": ["custom/rofi", "group/workspaceactions", "hyprland/window", "custom/mediaplayer"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["group/monitors", "tray", "custom/caffeine", "custom/power"],
|
||||
// -------------------------------------------------------------------------
|
||||
// Modules
|
||||
// -------------------------------------------------------------------------
|
||||
@@ -31,7 +19,6 @@
|
||||
"format": "",
|
||||
"tooltip": false,
|
||||
"on-click": "wlogout",
|
||||
"on-click-right": "hyprctl dispatch killactive",
|
||||
"min-length": 2,
|
||||
"max-length": 2
|
||||
},
|
||||
@@ -63,7 +50,7 @@
|
||||
},
|
||||
// Time and Date
|
||||
"clock": {
|
||||
"format": " {:%H:%M | %e %b}",
|
||||
"format": " {:%H:%M | %e %b}",
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt>{calendar}</tt>",
|
||||
"today-format": "<b>{}</b>"
|
||||
},
|
||||
@@ -181,7 +168,7 @@
|
||||
"on-scroll-up": "hyprctl dispatch workspace e+1 1>/dev/null",
|
||||
"on-scroll-down": "hyprctl dispatch workspace e-1 1>/dev/null",
|
||||
"sort-by-number": true,
|
||||
"active-only": false//,
|
||||
"active-only": false //,
|
||||
// "window-rewrite-default": "",
|
||||
// "window-rewrite": {
|
||||
// "class<kitty>": "",
|
||||
@@ -200,7 +187,7 @@
|
||||
"show-special": true,
|
||||
"special-visible-only": false,
|
||||
"format": "S",
|
||||
"window-rewrite-default": ""//,
|
||||
"window-rewrite-default": "" //,
|
||||
// "window-rewrite": {
|
||||
// "class<kitty>": "",
|
||||
// "class<code>": "",
|
||||
@@ -216,10 +203,11 @@
|
||||
"on-click": "~/.scripts/workspace-new.sh"
|
||||
},
|
||||
"hyprland/window": {
|
||||
"format": "{class}",
|
||||
"format": "",
|
||||
"max-length": 100,
|
||||
"separate-outputs": true,
|
||||
"icon": true,
|
||||
"on-click-middle": "hyprctl dispatch killactive",
|
||||
"icon-size": 14
|
||||
},
|
||||
"custom/mediaplayer": {
|
||||
|
||||
Reference in New Issue
Block a user