Browse Source

Merge pull request #6 from JaKooLit/dev-2

From Dev-2
pull/7/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
8b12e1e270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/waybar/config
  2. 22
      config/waybar/configs/config-dual-TL
  3. 35
      config/waybar/configs/config-dual-TR
  4. 31
      config/waybar/modules
  5. 2
      config/waybar/style.css
  6. 1
      config/waybar/style/style-default_alter.css

2
config/waybar/config

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

22
config/waybar/configs/config-dual-TL

@ -4,6 +4,7 @@
"include": "~/.config/waybar/modules",
"layer": "top",
//"mode": "dock",
"width": 1200,
"exclusive": true,
"passthrough": false,
"position": "top",
@ -15,21 +16,23 @@
"margin-right": 8,
"modules-left": [
"custom/menu",
"cpu",
"temperature",
"cpu",
"memory",
"disk",
],
"modules-center": [
"hyprland/window",
"custom/weather",
//"hyprland/window",
"custom/lock",
"custom/menu",
"idle_inhibitor",
],
"modules-right": [
"network",
"bluetooth",
//"network",
//"bluetooth",
"custom/weather",
"battery",
"backlight",
"pulseaudio",
@ -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",
],
}]

35
config/waybar/configs/config-dual-TR

@ -1,35 +1,38 @@
// ### TOP and RIGHT PANEL ## //
// ### TOP and LEFT PANEL ## //
[{
"include": "~/.config/waybar/modules",
"layer": "top",
//"mode": "dock",
"width": 1200,
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 3,
"fixed-center": true,
"ipc": true,
"padding": 2,
"margin-top": 6,
"margin-left": 8,
"margin-right": 8,
"modules-left": [
"cpu",
"temperature",
"cpu",
"memory",
"disk",
],
"modules-center": [
"hyprland/window",
"custom/weather",
//"hyprland/window",
"custom/lock",
"custom/menu",
"idle_inhibitor",
],
"modules-right": [
"network",
"bluetooth",
//"cava",
//"network",
//"bluetooth",
"custom/weather",
"battery",
"backlight",
"pulseaudio",
@ -44,29 +47,27 @@
"include": "~/.config/waybar/modules",
"layer": "top",
"position": "right",
"height": 650,
"margin-top": 8,
"margin-bottom": 8,
"margin-left": 1,
"margin-right": 8,
"margin-left": 8,
"margin-right": 3,
"spacing": 3,
"fixed-center": true,
"ipc": true,
"gtk-layer-shell": true,
//"gtk-layer-shell": true,
"modules-left": [
"custom/menu",
"custom/light_dark",
"hyprland/workspaces#2",
],
"modules-center": [
"hyprland/workspaces#2",
"clock#vertical",
],
"modules-right": [
"idle_inhibitor",
"custom/lock",
"tray",
"clock#vertical",
"custom/light_dark",
],
}]

31
config/waybar/modules

@ -263,8 +263,8 @@
"temperature": {
"interval": 10,
"tooltip": false,
"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
//"thermal-zone": 1,
//"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
"thermal-zone": 0,
"critical-threshold": 82,
"format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C {icon}",
@ -444,28 +444,6 @@
"on-click-right": "foot --title btop sh -c 'btop'",
},
"pulseaudio#vertical": {
"format": "{icon}",
"format-bluetooth": "{icon} ",
"format-muted": "󰖁",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", "󰕾", ""],
"ignored-sinks": ["Easy Effects Sink"],
},
"scroll-step": 5.0,
"on-click": "~/.config/hypr/scripts/Volume.sh --toggle",
"on-click-right": "pavucontrol -t 3",
"on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc",
"on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec",
"smooth-scrolling-threshold": 1,
},
"pulseaudio#microphone_vertical": {
"format": "{format_source}",
"format-source": "󰍬",
@ -482,8 +460,8 @@
"temperature#vertical": {
"interval": 10,
"tooltip": true,
//"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
"thermal-zone": 0,
"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
//"thermal-zone": 0,
"critical-threshold": 80,
"format-critical": "{icon}\n{temperatureC}°C",
"format": " {icon}",
@ -499,4 +477,3 @@
},
}

2
config/waybar/style.css

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

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

@ -295,6 +295,7 @@ label:focus {
}
#idle_inhibitor {
color: #f9e2af;
/*background-color: #2d3436;*/
}

Loading…
Cancel
Save