Compare commits

..

No commits in common. "039370864634b935f845a43cda3bb4a1ff92a0e6" and "6d93223256005bba67a15a72b145677f9a547f8f" have entirely different histories.

3 changed files with 12 additions and 13 deletions

View File

@ -40,6 +40,10 @@ 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

View File

@ -4,9 +4,9 @@
"height": 30, "height": 30,
"spacing": 4, "spacing": 4,
"modules-left": ["wlr/workspaces", "wlr/window"], "modules-left": ["wlr/workspaces"],
"modules-center": ["clock"], "modules-center": ["wlr/window"],
"modules-right": ["mpris", "battery", "tray"], "modules-right": ["mpris", "battery", "clock", "tray"],
"wlr/workspaces": { "wlr/workspaces": {
"all-outputs": true, "all-outputs": true,
@ -43,11 +43,6 @@
"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,
@ -120,7 +115,11 @@
"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

View File

@ -19,10 +19,6 @@
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
]; ];
} }