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
networkmanagerapplet # network configuration
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
libnotify # notifications
mako # notification daemon

View File

@ -4,9 +4,9 @@
"height": 30,
"spacing": 4,
"modules-left": ["wlr/workspaces", "wlr/window"],
"modules-center": ["clock"],
"modules-right": ["mpris", "battery", "tray"],
"modules-left": ["wlr/workspaces"],
"modules-center": ["wlr/window"],
"modules-right": ["mpris", "battery", "clock", "tray"],
"wlr/workspaces": {
"all-outputs": true,
@ -43,11 +43,6 @@
"format-alt": "{time} {icon}",
"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": {
"disable-scroll": true,
@ -120,7 +115,11 @@
"icon-size": 21,
"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": {
"format": "{usage}% ",
"tooltip": false

View File

@ -19,10 +19,6 @@
qt6.qtwayland # wayland for qt6
libsForQt5.qt5.qtwayland # wayland for at5
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
];
}