mirror of
				https://forge.katzen.cafe/schrottkatze/nix-configs.git
				synced 2025-10-31 01:27:57 +01:00 
			
		
		
		
	refactor bottomBar smol bit
This commit is contained in:
		
					parent
					
						
							
								bd3674accf
							
						
					
				
			
			
				commit
				
					
						54a1e34fa6
					
				
			
		
					 2 changed files with 19 additions and 18 deletions
				
			
		|  | @ -1,3 +1,5 @@ | |||
| (include "bottomBar/workspaces.yuck") | ||||
| 
 | ||||
| (defwindow bottomBar | ||||
|   :monitor 0 | ||||
|   :stacking "fg" | ||||
|  | @ -39,21 +41,3 @@ | |||
|     ) | ||||
|   ) | ||||
| ) | ||||
| 
 | ||||
| (defwidget workspaceWidget [] | ||||
|   (box  | ||||
|     :class "workspaces" | ||||
|     (for workspace in workspaces | ||||
|       (button | ||||
|         :class "${workspace.urgent ? "urgent" : ""} ${workspace.focused ? "focused" : 0}" | ||||
|         :onclick "swaymsg workspace ${workspace.name}" | ||||
|         (label :text "${workspace.name}") | ||||
|       ) | ||||
|     ) | ||||
|   ) | ||||
| ) | ||||
| 
 | ||||
| (deflisten workspaces | ||||
|   :initial "[]" | ||||
|   "bar-ws-monitor" | ||||
| ) | ||||
|  |  | |||
|  | @ -0,0 +1,17 @@ | |||
| (defwidget workspaceWidget [] | ||||
|   (box  | ||||
|     :class "workspaces" | ||||
|     (for workspace in workspaces | ||||
|       (button | ||||
|         :class "${workspace.urgent ? "urgent" : ""} ${workspace.focused ? "focused" : 0}" | ||||
|         :onclick "swaymsg workspace ${workspace.name}" | ||||
|         (label :text "${workspace.name}") | ||||
|       ) | ||||
|     ) | ||||
|   ) | ||||
| ) | ||||
| 
 | ||||
| (deflisten workspaces | ||||
|   :initial "[]" | ||||
|   "bar-ws-monitor" | ||||
| ) | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Schrottkatze
				Schrottkatze