Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 20ea9cc4d1 | |||
| bc9e2b7c19 |
+2
-2
@@ -56,11 +56,11 @@ graph_symbol_proc = "default"
|
|||||||
shown_boxes = "cpu mem net proc"
|
shown_boxes = "cpu mem net proc"
|
||||||
|
|
||||||
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
||||||
update_ms = 2000
|
update_ms = 1000
|
||||||
|
|
||||||
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
||||||
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
||||||
proc_sorting = "cpu lazy"
|
proc_sorting = "command"
|
||||||
|
|
||||||
#* Reverse sorting order, True or False.
|
#* Reverse sorting order, True or False.
|
||||||
proc_reversed = false
|
proc_reversed = false
|
||||||
|
|||||||
@@ -14,3 +14,4 @@ exec-once = uwsm app -- hyprpaper
|
|||||||
# exec-once = uwsm app -- /usr/lib/xdg-desktop-portal-hyprland
|
# exec-once = uwsm app -- /usr/lib/xdg-desktop-portal-hyprland
|
||||||
exec-once = wl-paste --type text --watch cliphist store # Stores only text data
|
exec-once = wl-paste --type text --watch cliphist store # Stores only text data
|
||||||
exec-once = wl-paste --type image --watch cliphist store # Stores only image data
|
exec-once = wl-paste --type image --watch cliphist store # Stores only image data
|
||||||
|
exec-once = uwsm app -- ~/.config/waybar/fluxo-rs/target/release/fluxo-rs daemon
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Environment-variables/
|
# See https://wiki.hyprland.org/Configuring/Environment-variables/
|
||||||
|
|
||||||
env = INTEL_DEBUG,noccs
|
# env = INTEL_DEBUG,noccs
|
||||||
env = WLR_DRM_NO_ATOMIC,1
|
# env = WLR_DRM_NO_ATOMIC,1
|
||||||
env = HYPRCURSOR_THEME,Bibata-Modern-Classic
|
env = HYPRCURSOR_THEME,Bibata-Modern-Classic
|
||||||
env = HYPRCURSOR_SIZE,24
|
env = HYPRCURSOR_SIZE,24
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#input
|
# https://wiki.hyprland.org/Configuring/Variables/#input
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us,us
|
||||||
kb_variant = dvorak-intl, intl
|
kb_variant = dvorak-intl, intl
|
||||||
# kb_variant = intl
|
# kb_variant = intl
|
||||||
kb_model =
|
kb_model =
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 2560x1440@90, 0x-1440, 1
|
# monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 2560x1440@240, 0x-1440, 1
|
||||||
# monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 2560x1440@90, 0x-1440, 1, bitdepth, 10
|
# monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 2560x1440@90, 0x-1440, 1, bitdepth, 10
|
||||||
monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 1920x1080@75, 0x-1080, 1
|
monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 1920x1080@240, 0x-1080, 1
|
||||||
# monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 1920x1080@60, 0x-1080, 1
|
# monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 1920x1080@60, 0x-1080, 1
|
||||||
# monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 1280x720@240, 0x-720, 1
|
# monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 1280x720@240, 0x-720, 1
|
||||||
monitor = eDP-1, 1920x1080@60, 0x0, 1
|
monitor = eDP-1, 1920x1080@60, 0x0, 1
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ general {
|
|||||||
resize_on_border = false
|
resize_on_border = false
|
||||||
|
|
||||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||||
allow_tearing = true
|
allow_tearing = false
|
||||||
|
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
}
|
}
|
||||||
@@ -96,7 +96,7 @@ master {
|
|||||||
misc {
|
misc {
|
||||||
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||||
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
|
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
|
||||||
vrr = 0
|
vrr = 1
|
||||||
font_family = FiraCode Nerd Font
|
font_family = FiraCode Nerd Font
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ After=network-online.target
|
|||||||
# The command to start the mount.
|
# The command to start the mount.
|
||||||
# Replace "my-remote:" and "/path/to/local/mount" accordingly.
|
# Replace "my-remote:" and "/path/to/local/mount" accordingly.
|
||||||
# The flags below are highly recommended for a good experience.
|
# The flags below are highly recommended for a good experience.
|
||||||
ExecStart=rclone mount google_drive: %h/gdrive \
|
ExecStart=rclone mount google_drive: %h/remote/gdrive \
|
||||||
--vfs-cache-mode writes \
|
--vfs-cache-mode writes \
|
||||||
--log-file /tmp/rclone.log \
|
--log-file /tmp/rclone.log \
|
||||||
--log-level INFO
|
--log-level INFO
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ After=network-online.target
|
|||||||
# The command to start the mount.
|
# The command to start the mount.
|
||||||
# Replace "my-remote:" and "/path/to/local/mount" accordingly.
|
# Replace "my-remote:" and "/path/to/local/mount" accordingly.
|
||||||
# The flags below are highly recommended for a good experience.
|
# The flags below are highly recommended for a good experience.
|
||||||
ExecStart=sshfs -f -p 420 narl@narl.io:/opt %h/narl_io
|
ExecStart=sshfs -f -p 420 narl@narl.io:/opt %h/remote/narl.io
|
||||||
|
|
||||||
# The command to unmount gracefully.
|
# The command to unmount gracefully.
|
||||||
ExecStop=fusermount -u %h/narl_io
|
ExecStop=fusermount -u %h/narl_io
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ After=network-online.target
|
|||||||
# The command to start the mount.
|
# The command to start the mount.
|
||||||
# Replace "my-remote:" and "/path/to/local/mount" accordingly.
|
# Replace "my-remote:" and "/path/to/local/mount" accordingly.
|
||||||
# The flags below are highly recommended for a good experience.
|
# The flags below are highly recommended for a good experience.
|
||||||
ExecStart=sshfs -f narl@vh3.narl.io:/opt/minecraft_vaulthunters %h/vaulthunters_server/
|
ExecStart=sshfs -f -p 420 narl@vh3.narl.io:/opt/minecraft_vaulthunters %h/remote/vh3.narl.io
|
||||||
|
|
||||||
# The command to unmount gracefully.
|
# The command to unmount gracefully.
|
||||||
ExecStop=fusermount -u %h/vaulthunters_server
|
ExecStop=fusermount -u %h/vaulthunters_server
|
||||||
|
|||||||
+28
-22
@@ -50,31 +50,31 @@
|
|||||||
"custom/volume": {
|
"custom/volume": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"exec": "python3 ~/.config/waybar/scripts/volume_combined.py sink",
|
"exec": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs vol",
|
||||||
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
|
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
|
||||||
"on-scroll-up": "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+",
|
"on-scroll-up": "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+",
|
||||||
"on-scroll-down": "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-",
|
"on-scroll-down": "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-",
|
||||||
"on-click-right": "~/.config/waybar/scripts/audio.sh cycle",
|
"on-click-right": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs vol --cycle",
|
||||||
"on-click-middle": "pavucontrol",
|
"on-click-middle": "pavucontrol",
|
||||||
"interval": 1
|
"interval": 2
|
||||||
},
|
},
|
||||||
"custom/mic": {
|
"custom/mic": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"exec": "python3 ~/.config/waybar/scripts/volume_combined.py source",
|
"exec": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs mic",
|
||||||
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle",
|
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle",
|
||||||
"on-scroll-up": "wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%+",
|
"on-scroll-up": "wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%+",
|
||||||
"on-scroll-down": "wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%-",
|
"on-scroll-down": "wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%-",
|
||||||
"on-click-right": "~/.config/waybar/scripts/cycle_input.sh cycle",
|
"on-click-right": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs mic --cycle",
|
||||||
"on-click-middle": "pavucontrol",
|
"on-click-middle": "pavucontrol",
|
||||||
"interval": 1
|
"interval": 2
|
||||||
},
|
},
|
||||||
"custom/bluetooth-audio": {
|
"custom/bluetooth-audio": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"exec": "~/.config/waybar/scripts/bluetooth_audio.sh",
|
"exec": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs bt",
|
||||||
"interval": 3,
|
"interval": 3,
|
||||||
"on-click": "~/.config/waybar/scripts/bluetooth_audio.sh disconnect & disown"
|
"on-click": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs bt disconnect"
|
||||||
},
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
"icon-size": 18,
|
"icon-size": 18,
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
},
|
},
|
||||||
"custom/tlp": {
|
"custom/tlp": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"exec": "~/.config/waybar/scripts/tlp-profile.sh",
|
"exec": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs power",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"interval": 5
|
"interval": 5
|
||||||
},
|
},
|
||||||
@@ -106,15 +106,15 @@
|
|||||||
"custom/pixelbuds_pro": {
|
"custom/pixelbuds_pro": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"exec": "~/.config/waybar/scripts/pixelbuds_pro_control.sh",
|
"exec": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs buds",
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
"on-click": "~/.config/waybar/scripts/pixelbuds_pro_control.sh connect & disown",
|
"on-click": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs buds connect & disown",
|
||||||
"on-click-right": "~/.config/waybar/scripts/pixelbuds_pro_control.sh cycle_anc & disown"
|
"on-click-right": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs buds cycle_anc & disown"
|
||||||
},
|
},
|
||||||
"custom/gamemode": {
|
"custom/gamemode": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"exec": "~/.config/waybar/scripts/gamemode_status.sh",
|
"exec": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs game",
|
||||||
"on-click": "~/.config/hypr/scripts/gamemode.sh & disown",
|
"on-click": "~/.config/hypr/scripts/gamemode.sh & disown",
|
||||||
"interval": 1
|
"interval": 1
|
||||||
},
|
},
|
||||||
@@ -130,55 +130,61 @@
|
|||||||
"custom/gpu": {
|
"custom/gpu": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"exec": "~/.config/waybar/scripts/gpu_info.sh",
|
"exec": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs gpu",
|
||||||
"on-click": "lact gui & disown",
|
"on-click": "lact gui & disown",
|
||||||
"interval": 3
|
"interval": 3
|
||||||
},
|
},
|
||||||
|
"custom/sys": {
|
||||||
|
"format": "{}",
|
||||||
|
"return-type": "json",
|
||||||
|
"exec": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs sys",
|
||||||
|
"interval": 5
|
||||||
|
},
|
||||||
"custom/cpu": {
|
"custom/cpu": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"exec": "~/.config/waybar/scripts/cpu_info.sh",
|
"exec": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs cpu",
|
||||||
"on-click": "zenmonitor & disown",
|
"on-click": "zenmonitor & disown",
|
||||||
"interval": 3
|
"interval": 3
|
||||||
},
|
},
|
||||||
"custom/mem": {
|
"custom/mem": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"exec": "~/.config/waybar/scripts/memory.sh",
|
"exec": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs mem",
|
||||||
"interval": 3
|
"interval": 3
|
||||||
},
|
},
|
||||||
"custom/btrfs": {
|
"custom/btrfs": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"exec": "~/.config/waybar/scripts/btrfs.sh",
|
"exec": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs pool",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"interval": 30
|
"interval": 30
|
||||||
},
|
},
|
||||||
"custom/disk-root": {
|
"custom/disk-root": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"exec": "~/.config/waybar/scripts/disk_info.sh /",
|
"exec": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs disk",
|
||||||
"interval": 30
|
"interval": 30
|
||||||
},
|
},
|
||||||
"custom/disk-gdrive": {
|
"custom/disk-gdrive": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"exec": "~/.config/waybar/scripts/disk_info.sh ~/gdrive",
|
"exec": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs disk ~/gdrive",
|
||||||
"interval": 30
|
"interval": 30
|
||||||
},
|
},
|
||||||
"custom/disk-data": {
|
"custom/disk-data": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"exec": "~/.config/waybar/scripts/disk_info.sh ~/data",
|
"exec": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs disk ~/data",
|
||||||
"interval": 30
|
"interval": 30
|
||||||
},
|
},
|
||||||
"custom/disk-games": {
|
"custom/disk-games": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"exec": "~/.config/waybar/scripts/disk_info.sh ~/games",
|
"exec": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs disk ~/games",
|
||||||
"interval": 30
|
"interval": 30
|
||||||
},
|
},
|
||||||
"custom/network": {
|
"custom/network": {
|
||||||
"exec": "~/.config/waybar/scripts/network.sh",
|
"exec": "~/.config/waybar/fluxo-rs/target/release/fluxo-rs net",
|
||||||
"interval": 2, // in seconds
|
"interval": 2, // in seconds
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"return-type": "json"
|
"return-type": "json"
|
||||||
|
|||||||
Reference in New Issue
Block a user