Fixed most waybar problems and updated README
This commit is contained in:
parent
f526fff8d3
commit
ce0f7978ed
|
@ -192,6 +192,7 @@ input {
|
||||||
kb_model =
|
kb_model =
|
||||||
kb_options =
|
kb_options =
|
||||||
kb_rules =
|
kb_rules =
|
||||||
|
numlock_by_default = true
|
||||||
|
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
|
||||||
|
@ -282,8 +283,8 @@ bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||||
bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||||
bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||||
|
|
||||||
bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 8%+
|
bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 6%+
|
||||||
bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 8%-
|
bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 6%-
|
||||||
bindel = SHIFT, XF86MonBrightnessUp, exec, brightnessctl s 2%+
|
bindel = SHIFT, XF86MonBrightnessUp, exec, brightnessctl s 2%+
|
||||||
bindel = SHIFT, XF86MonBrightnessDown, exec, brightnessctl s 2%-
|
bindel = SHIFT, XF86MonBrightnessDown, exec, brightnessctl s 2%-
|
||||||
|
|
||||||
|
|
|
@ -156,7 +156,7 @@
|
||||||
"smooth-scrolling-threshold": 1
|
"smooth-scrolling-threshold": 1
|
||||||
},
|
},
|
||||||
"backlight/slider": {
|
"backlight/slider": {
|
||||||
"min": 5,
|
"min": 1,
|
||||||
"max": 100,
|
"max": 100,
|
||||||
"orientation": "vertical",
|
"orientation": "vertical",
|
||||||
"device": "intel_backlight"
|
"device": "intel_backlight"
|
||||||
|
@ -190,7 +190,7 @@
|
||||||
"orientation": "inherit",
|
"orientation": "inherit",
|
||||||
"modules": [
|
"modules": [
|
||||||
//"custom/vpn",
|
//"custom/vpn",
|
||||||
//"custom/hotspot",
|
"custom/hotspot",
|
||||||
"group/network"
|
"group/network"
|
||||||
//"group/bluetooth"
|
//"group/bluetooth"
|
||||||
]
|
]
|
||||||
|
@ -221,7 +221,7 @@
|
||||||
"orientation": "inherit",
|
"orientation": "inherit",
|
||||||
"drawer": {
|
"drawer": {
|
||||||
"transition-duration": 500,
|
"transition-duration": 500,
|
||||||
"transition-left-to-right": true
|
"transition-left-to-right": false
|
||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
"network",
|
"network",
|
||||||
|
@ -260,11 +260,11 @@
|
||||||
"tooltip-format": "{volume}% {icon} | {desc}",
|
"tooltip-format": "{volume}% {icon} | {desc}",
|
||||||
"format-muted": "",
|
"format-muted": "",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"headphones": "",
|
"headphones": "",
|
||||||
"handsfree": "",
|
"handsfree": "",
|
||||||
"headset": "",
|
"headset": "",
|
||||||
"phone": "",
|
"phone": "",
|
||||||
"portable": "",
|
"portable": "",
|
||||||
"car": " ",
|
"car": " ",
|
||||||
"default": [
|
"default": [
|
||||||
"",
|
"",
|
||||||
|
@ -280,8 +280,8 @@
|
||||||
},
|
},
|
||||||
"pulseaudio#mic": {
|
"pulseaudio#mic": {
|
||||||
"format": "{format_source}",
|
"format": "{format_source}",
|
||||||
"format-source": "",
|
"format-source": "",
|
||||||
"format-source-muted": "",
|
"format-source-muted": "",
|
||||||
"tooltip-format": "{volume}% {format_source} ",
|
"tooltip-format": "{volume}% {format_source} ",
|
||||||
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle",
|
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle",
|
||||||
"on-scroll-down": "wpctl set-volume @DEFAULT_SOURCE@ 5%-",
|
"on-scroll-down": "wpctl set-volume @DEFAULT_SOURCE@ 5%-",
|
||||||
|
@ -325,15 +325,16 @@
|
||||||
"on-click": "pgrep -x rofi &>/dev/null && notify-send rofi || networkmanager_dmenu"
|
"on-click": "pgrep -x rofi &>/dev/null && notify-send rofi || networkmanager_dmenu"
|
||||||
},
|
},
|
||||||
"bluetooth": {
|
"bluetooth": {
|
||||||
"format-on": "",
|
"format-on": "",
|
||||||
"format-off": "",
|
"format-off": "",
|
||||||
"format-disabled": "",
|
"format-disabled": "",
|
||||||
"format-connected": "<b></b>",
|
"format-connected": "<b></b>",
|
||||||
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
|
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
|
||||||
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
|
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
|
||||||
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
|
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
|
||||||
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%",
|
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%",
|
||||||
"on-click": "rofi-bluetooth -config ~/.config/rofi/menu.d/network.rasi -i"
|
//"on-click": "rofi-bluetooth -config ~/.config/rofi/menu.d/network.rasi -i"
|
||||||
|
"on-click": "toggle-bluetooth"
|
||||||
},
|
},
|
||||||
"bluetooth#status": {
|
"bluetooth#status": {
|
||||||
"format-on": "",
|
"format-on": "",
|
||||||
|
@ -444,7 +445,7 @@
|
||||||
"custom/hyprkill": {
|
"custom/hyprkill": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"interval": "once",
|
"interval": "once",
|
||||||
"exec": "echo '\nKill clients using hyrpctl kill'",
|
"exec": "echo '\nKill clients using hyrpctl kill'",
|
||||||
"on-click": "sleep 1 && hyprctl kill"
|
"on-click": "sleep 1 && hyprctl kill"
|
||||||
},
|
},
|
||||||
"custom/notifications": {
|
"custom/notifications": {
|
||||||
|
@ -469,8 +470,8 @@
|
||||||
"tooltip-format-activated": "Idle Inhibitor is active",
|
"tooltip-format-activated": "Idle Inhibitor is active",
|
||||||
"tooltip-format-deactivated": "Idle Inhibitor is not active",
|
"tooltip-format-deactivated": "Idle Inhibitor is not active",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"activated": "",
|
"activated": "",
|
||||||
"deactivated": ""
|
"deactivated": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -80,15 +80,22 @@ tooltip label {
|
||||||
#power,
|
#power,
|
||||||
#custom-updates,
|
#custom-updates,
|
||||||
#tray,
|
#tray,
|
||||||
#audio,
|
/*#audio,*/ /* Duplicate with #sound */
|
||||||
#privacy,
|
#sound,
|
||||||
#sound { /*Controls all the right modules for some reason*/
|
#privacy { /*Controls all the right modules for some reason*/
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
margin: 2px 1px 3px 1px;
|
margin: 2px 1px 3px 1px;
|
||||||
background: alpha(darker(@active), 0.3);
|
background: alpha(darker(@active), 0.3);
|
||||||
border: 1px solid alpha(darker(@active), 0.3);
|
border: 1px solid alpha(darker(@active), 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Override specific parameters*/
|
||||||
|
|
||||||
|
#brightness,
|
||||||
|
#sound {
|
||||||
|
padding: 1px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
#custom-notifications {
|
#custom-notifications {
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
@ -217,9 +224,8 @@ tooltip label {
|
||||||
|
|
||||||
#pulseaudio.mic {
|
#pulseaudio.mic {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
color: @background;
|
color: lighter(@active);
|
||||||
background: alpha(darker(@foreground), 0.6);
|
padding-left: 2px;
|
||||||
padding-left: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#backlight-slider slider,
|
#backlight-slider slider,
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Gu://em's dotfiles
|
# Gu://em_'s dotfiles
|
||||||
|
|
||||||
These are most of the config files I use on my daily laptop.
|
These are most of the config files I use on my daily laptop.
|
||||||
|
|
||||||
But if you are interested in these, you may want to check the Atlas Desktop instead. It will provide a more universal experience and explainations about everything, as well as proper installation methods. This repo is just meant to host my personnal configuration and is not intended for external use (you can always use them if you want thought)
|
But if you are interested in these, you may want to check the Atlas Desktop instead. It will provide a more universal experience and explainations about everything, as well as proper installation methods. This repo is just meant to host my personnal configuration and is not intended for external use (you can always use them if you want thought)
|
||||||
|
|
||||||
Check Atlas Desktop there: [Atlas Desktop - Quick Start Guide](https://hedgedoc.oblic-parallels.fr/s/JSR33pjd_)
|
Check Atlas Desktop there: [Atlas Desktop - Quick Start Guide](https://hedgedoc.oblic-parallels.fr/s/JSR33pjd_)
|
||||||
|
|
Loading…
Reference in a new issue