Changes for uwsm, theme and env
Move env to uwsm GNOME keyring fixes Theme refactoring Walker theme tweaks Add notifications to waybar
This commit is contained in:
		@@ -1,4 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "output": "!DP-6",
 | 
			
		||||
  "reload_style_on_change": true,
 | 
			
		||||
  "layer": "top",
 | 
			
		||||
  "position": "top",
 | 
			
		||||
@@ -10,6 +11,7 @@
 | 
			
		||||
  "modules-center": ["clock", "custom/update", "custom/screenrecording-indicator"],
 | 
			
		||||
  "modules-right": [
 | 
			
		||||
    "tray",
 | 
			
		||||
    "custom/notification",
 | 
			
		||||
    "bluetooth",
 | 
			
		||||
    "network",
 | 
			
		||||
    "pulseaudio",
 | 
			
		||||
@@ -53,7 +55,26 @@
 | 
			
		||||
    "signal": 7,
 | 
			
		||||
    "interval": 3600
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
    "custom/notification": {
 | 
			
		||||
    "tooltip": true,
 | 
			
		||||
    "format": "{icon}",
 | 
			
		||||
    "format-icons": {
 | 
			
		||||
      "notification": "",
 | 
			
		||||
      "none": "",
 | 
			
		||||
      "dnd-notification": "",
 | 
			
		||||
      "dnd-none": "",
 | 
			
		||||
      "inhibited-notification": "",
 | 
			
		||||
      "inhibited-none": "",
 | 
			
		||||
      "dnd-inhibited-notification": "",
 | 
			
		||||
      "dnd-inhibited-none": ""
 | 
			
		||||
    },
 | 
			
		||||
    "return-type": "json",
 | 
			
		||||
    "exec-if": "which swaync-client",
 | 
			
		||||
    "exec": "swaync-client -swb",
 | 
			
		||||
    "on-click": "swaync-client -t -sw",
 | 
			
		||||
    "on-click-right": "swaync-client -d -sw",
 | 
			
		||||
    "escape": true
 | 
			
		||||
  },
 | 
			
		||||
  "cpu": {
 | 
			
		||||
    "interval": 5,
 | 
			
		||||
    "format": "",
 | 
			
		||||
@@ -106,8 +127,7 @@
 | 
			
		||||
  },
 | 
			
		||||
  "pulseaudio": {
 | 
			
		||||
    "format": "{icon}",
 | 
			
		||||
    "on-click": "$TERMINAL --class=Wiremix -e wiremix",
 | 
			
		||||
    "on-click-right": "pamixer -t",
 | 
			
		||||
    "on-click": "pavucontrol",
 | 
			
		||||
    "tooltip-format": "Playing at {volume}%",
 | 
			
		||||
    "scroll-step": 5,
 | 
			
		||||
    "format-muted": "",
 | 
			
		||||
 
 | 
			
		||||
@@ -42,13 +42,18 @@ window#waybar {
 | 
			
		||||
#pulseaudio,
 | 
			
		||||
#custom-omarchy,
 | 
			
		||||
#custom-screenrecording-indicator,
 | 
			
		||||
#custom-notification,
 | 
			
		||||
#custom-update {
 | 
			
		||||
  min-width: 12px;
 | 
			
		||||
  margin: 0 10px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#bluetooth {
 | 
			
		||||
  margin: 0 4px;
 | 
			
		||||
  margin: 0 4px 0 6px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#custom-notification {
 | 
			
		||||
  margin-left: 4px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#tray {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user