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

3
config/waybar/modules

@ -263,7 +263,7 @@
"temperature": {
"interval": 10,
"tooltip": false,
"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
"hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input",
//"thermal-zone": 1,
"critical-threshold": 82,
"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;
}
#custom-light_dark,
#pulseaudio {
color: @accent4;
}
@ -277,6 +278,7 @@ label:focus {
color: #66cc99;
}
#idle_inhibitor,
#custom-lock {
color: #ffa000;
}

Loading…
Cancel
Save