Compare commits

..

3 Commits

3 changed files with 14 additions and 14 deletions

View File

@@ -118,7 +118,7 @@ dconf load /org/gnome/gedit/ < ~/.config/dconf-export/gedit.dconf
# rofi & rofi-calc (compilation, because why not) # rofi & rofi-calc (compilation, because why not)
ensure_installed rofi-wayland rofi-devel qalculate meson libtool cairo-devel ensure_installed rofi-wayland rofi-devel qalculate meson libtool cairo-devel
git clone https://github.com/svenstaro/rofi-calc ~/.local/bin/build_stage/rofi-calc && cd ~/.local/bin/build_stage/rofi-calc && meson setup build && meson compile -C build && sudo meson install git clone https://github.com/svenstaro/rofi-calc ~/.local/bin/build_stage/rofi-calc && cd ~/.local/bin/build_stage/rofi-calc && meson setup build && cd build && meson compile -C build && sudo meson install
cd cd
# kdeconnect # kdeconnect

View File

@@ -21,8 +21,8 @@ bind = $mainMod SHIFT, PERIOD, pin
binde = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ binde = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
binde = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- binde = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
binde = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle binde = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
binde = , XF86MonBrightnessUp, exec, brightnessctl set '12.75+' binde = , XF86MonBrightnessUp, exec, brightnessctl set '242.42+'
binde = , XF86MonBrightnessDown, exec, brightnessctl set '12.75-' binde = , XF86MonBrightnessDown, exec, brightnessctl set '242.42-'
binde = , XF86AudioPlay, exec, playerctl play-pause binde = , XF86AudioPlay, exec, playerctl play-pause
binde = , XF86AudioNext, exec, playerctl next binde = , XF86AudioNext, exec, playerctl next
binde = , XF86AudioPrev, exec, playerctl previous binde = , XF86AudioPrev, exec, playerctl previous

View File

@@ -26,12 +26,12 @@
"pulseaudio": { "pulseaudio": {
// "scroll-step": 1, // %, can be a float // "scroll-step": 1, // %, can be a float
//"reverse-scrolling": 1, //"reverse-scrolling": 1,
"format": "{icon} {volume}% {format_source}", "format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{icon} {volume}% {format_source}", "format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": "{icon} {format_source}", "format-bluetooth-muted": "{volume}% {icon}󰂲 {format_source}",
"format-muted": "󰝟 {volume}% {format_source}", "format-muted": "{volume}% 󰝟 {format_source}",
"format-source": "{volume}%", "format-source": "{volume}%",
"format-source-muted": "{volume}%", "format-source-muted": "{volume}%",
"format-icons": { "format-icons": {
"headphone": "󰋋", "headphone": "󰋋",
"hands-free": "󱡒", "hands-free": "󱡒",
@@ -48,7 +48,7 @@
"bluetooth": { "bluetooth": {
"format": "", "format": "",
"format-disabled": "", "format-disabled": "",
"format-connected": "{num_connections}", "format-connected": "{num_connections}",
"tooltip-format-enumerate-connected": "{device_alias}", "tooltip-format-enumerate-connected": "{device_alias}",
"tooltip-format-connected": "{device_enumerate}", "tooltip-format-connected": "{device_enumerate}",
"on-click": "uwsm app blueman-manager" "on-click": "uwsm app blueman-manager"
@@ -94,7 +94,7 @@
"cpu": { "cpu": {
"interval": 1, "interval": 1,
"format": "{usage:02d}%{icon0}{icon1}{icon2}{icon3}{icon4}{icon5}{icon6}{icon7}", "format": "{usage:02d}%{icon0}{icon1}{icon2}{icon3}{icon4}{icon5}{icon6}{icon7}",
"format-icons": [ "format-icons": [
"<span color='#a6da95'>▁</span>", // green "<span color='#a6da95'>▁</span>", // green
"<span color='#8aadf4'>▂</span>", // blue "<span color='#8aadf4'>▂</span>", // blue
@@ -109,7 +109,7 @@
"memory": { "memory": {
"interval": 5, "interval": 5,
"format": "󰍛 {percentage}%" "format": "{percentage}% 󰍛"
}, },
"group/group-power": { "group/group-power": {
@@ -158,7 +158,7 @@
"warning": 20, "warning": 20,
"critical": 5 "critical": 5
}, },
"format": "{icon}{capacity}%", "format": "{capacity}% {icon}",
"format-charging": "{capacity}% 󰂄", "format-charging": "{capacity}% 󰂄",
"format-plugged": "{capacity}% 󰚥", "format-plugged": "{capacity}% 󰚥",
// "format-alt": "{time} {icon}", // "format-alt": "{time} {icon}",
@@ -170,7 +170,7 @@
}, },
"backlight": { "backlight": {
"format": "{icon} {percent}%", "format": "{percent}% {icon}",
"format-icons": ["󰃞", "󰃟", "󰃠"] "format-icons": ["󰃞", "󰃟", "󰃠"]
}, },