Skip to content

Commit

Permalink
making waybar conf smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
LegitCamper committed Oct 14, 2023
1 parent 24584cb commit 601162f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions hyprlandwm/.config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ env QT_AUTO_SCREEN_SCALE_FACTOR = 1
env QT_QPA_PLATFORM = "wayland;xcb"
env QT_WAYLAND_DISABLE_WINDOWDECORATION = 1
env QT_QPA_PLATFORMTHEME = qt5ct
env QT_QPA_PLATFORM=xcb
env QT_STYLE_OVERRIDE=kvantum dolphin

env BROWSER = vivaldi
env EDITOR = hx
Expand Down
8 changes: 4 additions & 4 deletions hyprlandwm/.config/waybar/config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"layer": "top",
"modules-left": ["custom/launcher","cpu","memory","tray","hyprland/window"],
"modules-center": ["wlr/workspaces"],
"modules-right": ["backlight","pulseaudio","clock","battery","custom/power"],
"modules-left": [], # "custom/launcher","cpu","memory","hyprland/window"
"modules-center": [], # "wlr/workspaces"
"modules-right": ["tray","backlight","pulseaudio","clock","battery","custom/power"],

"pulseaudio": {
"tooltip": true,
Expand Down Expand Up @@ -81,7 +81,7 @@
"spacing": 10
},
"clock": {
"format": "{: %I:%M %p  %m/%d/%Y}"
"format": "{: %I:%M %p  %m-%d}" # /%Y
},
"cpu": {
"interval": 10,
Expand Down

0 comments on commit 601162f

Please sign in to comment.