Compare commits
2 Commits
6d93223256
...
0393708646
Author | SHA1 | Date | |
---|---|---|---|
0393708646 | |||
aaaa8e3a27 |
@ -40,10 +40,6 @@ in
|
|||||||
acpilight # controlling laptop monitor backlight
|
acpilight # controlling laptop monitor backlight
|
||||||
networkmanagerapplet # network configuration
|
networkmanagerapplet # network configuration
|
||||||
wofi # app launcher (wayland replacement for rofi)
|
wofi # app launcher (wayland replacement for rofi)
|
||||||
freetype # font rendering and configuration
|
|
||||||
fira # fira sans font
|
|
||||||
fira-code # fira code font
|
|
||||||
font-awesome # icons font
|
|
||||||
fish # fish shell
|
fish # fish shell
|
||||||
libnotify # notifications
|
libnotify # notifications
|
||||||
mako # notification daemon
|
mako # notification daemon
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
"height": 30,
|
"height": 30,
|
||||||
"spacing": 4,
|
"spacing": 4,
|
||||||
|
|
||||||
"modules-left": ["wlr/workspaces"],
|
"modules-left": ["wlr/workspaces", "wlr/window"],
|
||||||
"modules-center": ["wlr/window"],
|
"modules-center": ["clock"],
|
||||||
"modules-right": ["mpris", "battery", "clock", "tray"],
|
"modules-right": ["mpris", "battery", "tray"],
|
||||||
|
|
||||||
"wlr/workspaces": {
|
"wlr/workspaces": {
|
||||||
"all-outputs": true,
|
"all-outputs": true,
|
||||||
@ -43,6 +43,11 @@
|
|||||||
"format-alt": "{time} {icon}",
|
"format-alt": "{time} {icon}",
|
||||||
"format-icons": ["", "", "", "", ""]
|
"format-icons": ["", "", "", "", ""]
|
||||||
},
|
},
|
||||||
|
"clock": {
|
||||||
|
"timezone": "Europe/Zurich",
|
||||||
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
|
"format-alt": "{:%Y-%m-%d}"
|
||||||
|
},
|
||||||
|
|
||||||
"sway/workspaces": {
|
"sway/workspaces": {
|
||||||
"disable-scroll": true,
|
"disable-scroll": true,
|
||||||
@ -115,11 +120,7 @@
|
|||||||
"icon-size": 21,
|
"icon-size": 21,
|
||||||
"spacing": 10
|
"spacing": 10
|
||||||
},
|
},
|
||||||
"clock": {
|
|
||||||
"timezone": "America/New_York",
|
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
||||||
"format-alt": "{:%Y-%m-%d}"
|
|
||||||
},
|
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"format": "{usage}% ",
|
"format": "{usage}% ",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
qt6.qtwayland # wayland for qt6
|
qt6.qtwayland # wayland for qt6
|
||||||
libsForQt5.qt5.qtwayland # wayland for at5
|
libsForQt5.qt5.qtwayland # wayland for at5
|
||||||
polkit_gnome # graphical authentication agent for polkit
|
polkit_gnome # graphical authentication agent for polkit
|
||||||
|
freetype # font rendering and configuration
|
||||||
|
fira # fira sans font
|
||||||
|
fira-code # fira code font
|
||||||
|
font-awesome # icons font
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user