Browse Source

just to upload so I can work

pull/6/head
JaKooLit 2 years ago
parent
commit
1b1d1361ee
  1. 2
      config/waybar/config
  2. 20
      config/waybar/configs/config-dual-TL
  3. 3
      config/waybar/modules
  4. 2
      config/waybar/style.css
  5. 2
      config/waybar/style/style-default_alter.css

2
config/waybar/config

@ -1 +1 @@
For symlinks later for symlink

20
config/waybar/configs/config-dual-TL

@ -4,6 +4,7 @@
"include": "~/.config/waybar/modules", "include": "~/.config/waybar/modules",
"layer": "top", "layer": "top",
//"mode": "dock", //"mode": "dock",
"width": 950,
"exclusive": true, "exclusive": true,
"passthrough": false, "passthrough": false,
"position": "top", "position": "top",
@ -16,6 +17,7 @@
"modules-left": [ "modules-left": [
"custom/menu", "custom/menu",
"idle_inhibitor",
"cpu", "cpu",
"temperature", "temperature",
"memory", "memory",
@ -23,15 +25,16 @@
], ],
"modules-center": [ "modules-center": [
"hyprland/window", //"hyprland/window",
"custom/lock",
"custom/weather", "custom/weather",
] , ] ,
"modules-right": [ "modules-right": [
"network", //"network",
"bluetooth", //"bluetooth",
"battery", //"battery",
"backlight", //"backlight",
"pulseaudio", "pulseaudio",
//"wireplumber", //"wireplumber",
"pulseaudio#microphone", "pulseaudio#microphone",
@ -44,6 +47,7 @@
"include": "~/.config/waybar/modules", "include": "~/.config/waybar/modules",
"layer": "top", "layer": "top",
"position": "left", "position": "left",
"height": 650,
"margin-top": 8, "margin-top": 8,
"margin-bottom": 8, "margin-bottom": 8,
"margin-left": 8, "margin-left": 8,
@ -54,18 +58,16 @@
//"gtk-layer-shell": true, //"gtk-layer-shell": true,
"modules-left": [ "modules-left": [
"idle_inhibitor", "hyprland/workspaces#2",
], ],
"modules-center": [ "modules-center": [
"hyprland/workspaces#2", "clock#vertical",
], ],
"modules-right": [ "modules-right": [
"tray", "tray",
"clock#vertical",
"custom/light_dark", "custom/light_dark",
"custom/lock",
], ],
}] }]

3
config/waybar/modules

@ -263,7 +263,7 @@
"temperature": { "temperature": {
"interval": 10, "interval": 10,
"tooltip": false, "tooltip": false,
"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", "hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input",
//"thermal-zone": 1, //"thermal-zone": 1,
"critical-threshold": 82, "critical-threshold": 82,
"format-critical": "{temperatureC}°C {icon}", "format-critical": "{temperatureC}°C {icon}",
@ -499,4 +499,3 @@
}, },
} }

2
config/waybar/style.css

@ -1 +1 @@
For symlinks later for symlink

2
config/waybar/style/style-default_alter.css

@ -238,6 +238,7 @@ label:focus {
color: @alert; color: @alert;
} }
#custom-light_dark,
#pulseaudio { #pulseaudio {
color: @accent4; color: @accent4;
} }
@ -277,6 +278,7 @@ label:focus {
color: #66cc99; color: #66cc99;
} }
#idle_inhibitor,
#custom-lock { #custom-lock {
color: #ffa000; color: #ffa000;
} }

Loading…
Cancel
Save