Browse Source

Merge pull request #59 from JaKooLit/working-on-it

bump 2.1.18
pull/61/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
ce56138a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/hypr/configs/Execs.conf
  2. 56
      config/hypr/configs/Keybinds.conf
  3. 4
      config/hypr/configs/LaptopDisplay.conf
  4. 42
      config/hypr/configs/Laptops.conf
  5. 5
      config/hypr/configs/Monitors.conf
  6. 1
      config/hypr/hyprland.conf
  7. 0
      config/hypr/v2.1.18
  8. 14
      config/rofi/config.rasi
  9. 14
      config/rofi/resolution/1080p/config.rasi
  10. 14
      config/rofi/resolution/1440p/config.rasi
  11. 1
      config/waybar/configs/Bottom & Left
  12. 1
      config/waybar/configs/Bottom & Right
  13. 7
      config/waybar/configs/Camellia [Bottom]
  14. 11
      config/waybar/configs/Camellia [TOP]
  15. 4
      config/waybar/configs/Chrysanthemum [Bottom]
  16. 4
      config/waybar/configs/Chrysanthemum [TOP]
  17. 2
      config/waybar/configs/Def[Bottom]-Laptop
  18. 2
      config/waybar/configs/Def[TOP]-Laptop
  19. 2
      config/waybar/configs/Default [Bottom]
  20. 2
      config/waybar/configs/Default [TOP]
  21. 2
      config/waybar/configs/Gardenia [Bottom]
  22. 2
      config/waybar/configs/Gardenia [TOP]
  23. 1
      config/waybar/configs/Left
  24. 2
      config/waybar/configs/Peony [Bottom]
  25. 2
      config/waybar/configs/Peony [TOP]
  26. 1
      config/waybar/configs/Right
  27. 1
      config/waybar/configs/Simple-L [TOP]
  28. 1
      config/waybar/configs/Simple-S [TOP]
  29. 1
      config/waybar/configs/Top & Bottom
  30. 1
      config/waybar/configs/Top & Left
  31. 1
      config/waybar/configs/Top & Right
  32. 303
      config/waybar/modules
  33. 20
      copy.sh

2
config/hypr/configs/Execs.conf

@ -22,7 +22,7 @@ exec-once = $scriptsDir/Polkit.sh
#gnome polkit for nixos #gnome polkit for nixos
#exec-once = $scriptsDir/Polkit-NixOS.sh #exec-once = $scriptsDir/Polkit-NixOS.sh
# Portal Hyprland (should be auto starting. However, you can force to start) # xdg-desktop-portal-hyprland (should be auto starting. However, you can force to start)
#exec-once = $scriptsDir/PortalHyprland.sh #exec-once = $scriptsDir/PortalHyprland.sh
# starup apps # starup apps

56
config/hypr/configs/Keybinds.conf

@ -16,8 +16,8 @@ $volume = $scriptsDir/Volume.sh
# see https://wiki.hyprland.org/Configuring/Binds/ for more # see https://wiki.hyprland.org/Configuring/Binds/ for more
# rofi launcher # rofi launcher
bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi run,filebrowser,drun
bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi run,filebrowser,drun
bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0 bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0
bind = $mainMod SHIFT, R, exec, hyprctl reload bind = $mainMod SHIFT, R, exec, hyprctl reload
@ -41,6 +41,7 @@ bind = CTRL ALT, W, exec, $scriptsDir/Wallpaper.sh
bind = CTRL, W, exec, $scriptsDir/WaybarStyles.sh bind = CTRL, W, exec, $scriptsDir/WaybarStyles.sh
bind = $mainMod, W, exec, $scriptsDir/WallpaperSelect.sh bind = $mainMod, W, exec, $scriptsDir/WallpaperSelect.sh
bind = ALT, W, exec, $scriptsDir/WaybarLayout.sh bind = ALT, W, exec, $scriptsDir/WaybarLayout.sh
bind = ALT, K, exec, $scriptsDir/SwitchKeyboardLayout.sh
bind = $mainMod CTRL, D, layoutmsg, removemaster bind = $mainMod CTRL, D, layoutmsg, removemaster
bind = $mainMod, Escape, exec, hyprctl kill bind = $mainMod, Escape, exec, hyprctl kill
@ -66,7 +67,7 @@ bind = , xf86audioraisevolume, exec, $volume --inc #volume up
bind = , xf86audiolowervolume, exec, $volume --dec #volume down bind = , xf86audiolowervolume, exec, $volume --dec #volume down
bind = , xf86AudioMicMute, exec, $volume --toggle-mic #mute mic bind = , xf86AudioMicMute, exec, $volume --toggle-mic #mute mic
bind = , xf86audiomute, exec, $volume --toggle #FN+F1 bind = , xf86audiomute, exec, $volume --toggle #FN+F1
bind = , xf86Sleep, exec, $LockScreen #FN+F11 (sleep button) bind = , xf86Sleep, exec, systemctl suspend #FN+F11 (sleep button)
bind = , xf86Rfkill, exec, $AirplaneMode #Airplane mode FN+F12 bind = , xf86Rfkill, exec, $AirplaneMode #Airplane mode FN+F12
# media controls using keyboards # media controls using keyboards
@ -122,32 +123,32 @@ bind = $mainMod, 9, workspace, 9
bind = $mainMod, 0, workspace, 10 bind = $mainMod, 0, workspace, 10
# Move active window and follow to workspace # Move active window and follow to workspace
bind = $mainMod CTRL, 1, movetoworkspace, 1 bind = $mainMod SHIFT, 1, movetoworkspace, 1
bind = $mainMod CTRL, 2, movetoworkspace, 2 bind = $mainMod SHIFT, 2, movetoworkspace, 2
bind = $mainMod CTRL, 3, movetoworkspace, 3 bind = $mainMod SHIFT, 3, movetoworkspace, 3
bind = $mainMod CTRL, 4, movetoworkspace, 4 bind = $mainMod SHIFT, 4, movetoworkspace, 4
bind = $mainMod CTRL, 5, movetoworkspace, 5 bind = $mainMod SHIFT, 5, movetoworkspace, 5
bind = $mainMod CTRL, 6, movetoworkspace, 6 bind = $mainMod SHIFT, 6, movetoworkspace, 6
bind = $mainMod CTRL, 7, movetoworkspace, 7 bind = $mainMod SHIFT, 7, movetoworkspace, 7
bind = $mainMod CTRL, 8, movetoworkspace, 8 bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod CTRL, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod CTRL, 0, movetoworkspace, 10 bind = $mainMod SHIFT, 0, movetoworkspace, 10
bind = $mainMod CTRL, bracketleft, movetoworkspace, -1 bind = $mainMod SHIFT, bracketleft, movetoworkspace, -1
bind = $mainMod CTRL, bracketright, movetoworkspace, +1 bind = $mainMod SHIFT, bracketright, movetoworkspace, +1
# Move active window to a workspace with mainMod + SHIFT + [0-9] # Move active window to a workspace with mainMod + SHIFT + [0-9]
bind = $mainMod SHIFT, 1, movetoworkspacesilent, 1 bind = $mainMod CTRL, 1, movetoworkspacesilent, 1
bind = $mainMod SHIFT, 2, movetoworkspacesilent, 2 bind = $mainMod CTRL, 2, movetoworkspacesilent, 2
bind = $mainMod SHIFT, 3, movetoworkspacesilent, 3 bind = $mainMod CTRL, 3, movetoworkspacesilent, 3
bind = $mainMod SHIFT, 4, movetoworkspacesilent, 4 bind = $mainMod CTRL, 4, movetoworkspacesilent, 4
bind = $mainMod SHIFT, 5, movetoworkspacesilent, 5 bind = $mainMod CTRL, 5, movetoworkspacesilent, 5
bind = $mainMod SHIFT, 6, movetoworkspacesilent, 6 bind = $mainMod CTRL, 6, movetoworkspacesilent, 6
bind = $mainMod SHIFT, 7, movetoworkspacesilent, 7 bind = $mainMod CTRL, 7, movetoworkspacesilent, 7
bind = $mainMod SHIFT, 8, movetoworkspacesilent, 8 bind = $mainMod CTRL, 8, movetoworkspacesilent, 8
bind = $mainMod SHIFT, 9, movetoworkspacesilent, 9 bind = $mainMod CTRL, 9, movetoworkspacesilent, 9
bind = $mainMod SHIFT, 0, movetoworkspacesilent, 10 bind = $mainMod CTRL, 0, movetoworkspacesilent, 10
bind = $mainMod SHIFT, bracketleft, movetoworkspacesilent, -1 bind = $mainMod CTRL, bracketleft, movetoworkspacesilent, -1
bind = $mainMod SHIFT, bracketright, movetoworkspacesilent, +1 bind = $mainMod CTRL, bracketright, movetoworkspacesilent, +1
# Scroll through existing workspaces with mainMod + scroll # Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_down, workspace, e+1
@ -159,6 +160,7 @@ bind = $mainMod, comma, workspace, e-1
bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow bindm = $mainMod, mouse:273, resizewindow
# Screenshot keybindings NOTE: # Screenshot keybindings NOTE:
#bind = , Print, exec, $screenshot --now #bind = , Print, exec, $screenshot --now
bind = $mainMod, Print, exec, $screenshot --now bind = $mainMod, Print, exec, $screenshot --now

4
config/hypr/configs/LaptopDisplay.conf

@ -0,0 +1,4 @@
## NOTE, THIS FILE IS BEING USED by disabling Laptop display monitor behaviour when closing lid.
## See notes on Laptops.conf
#monitor = eDP-1, preferred, auto, 1

42
config/hypr/configs/Laptops.conf

@ -2,6 +2,7 @@
# Setting variables # Setting variables
# This configs are mostly for laptops. This is addemdum to Keybinds.conf # This configs are mostly for laptops. This is addemdum to Keybinds.conf
$configs = $HOME/.config/hypr/configs
$mainMod = SUPER $mainMod = SUPER
$scriptsDir = $HOME/.config/hypr/scripts $scriptsDir = $HOME/.config/hypr/scripts
@ -13,25 +14,40 @@ $LidSwitch = $scriptsDir/LidSwitch.sh
$screenshot = $scriptsDir/ScreenShot.sh $screenshot = $scriptsDir/ScreenShot.sh
$touchpad = $scriptsDir/TouchPad.sh $touchpad = $scriptsDir/TouchPad.sh
bind = , xf86KbdBrightnessDown, exec, $kbacklight --dec #FN+F2 Keyboard brightness Down bind = , xf86KbdBrightnessDown, exec, $kbacklight --dec #Keyboard brightness Down
bind = , xf86KbdBrightnessUp, exec, $kbacklight --inc #FN+F3 Keyboard brightnes up bind = , xf86KbdBrightnessUp, exec, $kbacklight --inc #Keyboard brightness up
bind = , xf86Launch1, exec, rog-control-center # ASUS Armory crate button bind = , xf86Launch1, exec, rog-control-center # ASUS Armory crate button
bind = , xf86Launch3, exec, asusctl led-mode -n #FN+F4 Switch keyboard RGB profile bind = , xf86Launch3, exec, asusctl led-mode -n #FN+F4 Switch keyboard RGB profile
bind = , xf86Launch4, exec, asusctl profile -n #FN+F5 change of fan profiles (Quite, Balance, Performance) bind = , xf86Launch4, exec, asusctl profile -n #FN+F5 change of fan profiles (Quite, Balance, Performance)
bind = , xf86MonBrightnessDown, exec, $backlight --dec #FN+F7 bind = , xf86MonBrightnessDown, exec, $backlight --dec
bind = , xf86MonBrightnessUp, exec, $backlight --inc #FN+F8 bind = , xf86MonBrightnessUp, exec, $backlight --inc
bind = , xf86TouchpadToggle, exec, $touchpad #FN+10 disable touchpad bind = , xf86TouchpadToggle, exec, $touchpad #disable touchpad
# triggered when external monitor is connected and closing lid (For Laptop)
# bindl=,switch:Lid Switch, exec, $LidSwitch
# NOTE: (12-Nov-2023) This use to work before but seems below is ok now
# From WIKI This is to disable laptop monitor when lid is closed.
# consult https://wiki.hyprland.org/hyprland-wiki/pages/Configuring/Binds/#switches
bindl = , switch:off:Lid Switch,exec,hyprctl keyword monitor "eDP-1, preferred, auto, 1"
bindl = , switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1, disable"
# Screenshot keybindings for Asus G15 (no PrinSrc button) # Screenshot keybindings for Asus G15 (no PrinSrc button)
bind = $mainMod, F6, exec, $screenshot --now bind = $mainMod, F6, exec, $screenshot --now
bind = $mainMod SHIFT, F6, exec, $screenshot --area bind = $mainMod SHIFT, F6, exec, $screenshot --area
bind = $mainMod CTRL SHIFT, F6, exec, $screenshot --in5 bind = $mainMod CTRL SHIFT, F6, exec, $screenshot --in5
bind = $mainMod ALT, F6, exec, $screenshot --in10 bind = $mainMod ALT, F6, exec, $screenshot --in10
# Below are useful when you are connecting your laptop in external display
# Suggest you edit below for your laptop display
# From WIKI This is to disable laptop monitor when lid is closed.
# consult https://wiki.hyprland.org/hyprland-wiki/pages/Configuring/Binds/#switches
bindl = , switch:off:Lid Switch,exec,hyprctl keyword monitor "eDP-1, preferred, auto, 1"
bindl = , switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1, disable"
#############################################################################
### WARNING! Using this method has some caveats!! USE THIS PART WITH SOME CAUTION!
# CONS of doing this, is that you need to set up your wallpaper (SUPER W) and choose wallpaper.
# CAVEATS! Sometimes the Main Laptop Monitor DOES NOT have display that it needs to re-connect your external monitor
# One work around is to ensure that before shutting down laptop, MAKE SURE your laptop lid is OPEN!!
# Make sure to comment (put # on the both the bindl = , switch ......) above
# NOTE: Display for laptop are being generated into LaptopDisplay.conf
# This part is to be use if you do not want your main laptop monitor to wake up during say wallpaper change etc
#bindl = , switch:off:Lid Switch,exec,echo "monitor = eDP-1, preferred, auto, 1" > $configs/LaptopDisplay.conf
#bindl = , switch:on:Lid Switch,exec,echo "monitor = eDP-1, disable" > $configs/LaptopDisplay.conf
# for laptop-lid action (to erase the last entry)
#exec-once = echo "eDP-1, preferred, auto, 1" > $HOME/.config/hypr/configs/LaptopDisplay.conf
##############################################################################

5
config/hypr/configs/Monitors.conf

@ -11,7 +11,10 @@ xwayland {
# Monitors # Monitors
monitor=,preferred,auto,1 monitor=,preferred,auto,1
# my G15 Laptop # NOTE: for laptop, kindly check notes in Laptops.conf regarding display
# Created this inorder for the monitor display to not wake up if not intended.
# See here: https://github.com/hyprwm/Hyprland/issues/4090
#monitor = eDP-1, preferred, auto, 1 #monitor = eDP-1, preferred, auto, 1
#monitor = eDP-1, 2560x1440@165, 0x0, 1 #own screen #monitor = eDP-1, 2560x1440@165, 0x0, 1 #own screen
#monitor = DP-2, preferred, auto, 1 #monitor = DP-2, preferred, auto, 1

1
config/hypr/hyprland.conf

@ -5,6 +5,7 @@ source=$configs/ENVariables.conf
source=$configs/Execs.conf source=$configs/Execs.conf
source=$configs/Keybinds.conf source=$configs/Keybinds.conf
source=$configs/Laptops.conf source=$configs/Laptops.conf
source=$configs/LaptopDisplay.conf
source=$configs/Monitors.conf source=$configs/Monitors.conf
source=$configs/WindowRules.conf source=$configs/WindowRules.conf
source=$configs/Settings.conf source=$configs/Settings.conf

0
config/hypr/v2.1.17 → config/hypr/v2.1.18

14
config/rofi/config.rasi

@ -3,13 +3,13 @@
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 12"; font: "Fira Code SemiBold 12";
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "󱂬";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
me-select-entry: "MouseSecondary"; me-select-entry: "MouseSecondary";
@ -84,7 +84,7 @@ inputbar {
border-radius: 12px; border-radius: 12px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background;
children: [ "mode-switcher", "textbox-prompt-colon", "entry" ]; children: [ "mode-switcher", "entry" ];
border: 1px; border: 1px;
border-color: @active-background; border-color: @active-background;
} }
@ -103,7 +103,7 @@ entry {
padding: 10px 0px 10px 0px; padding: 10px 0px 10px 0px;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Search"; placeholder: "Search (ctrl tab to choose mode)";
placeholder-color: inherit; placeholder-color: inherit;
background-color: transparent; background-color: transparent;
} }
@ -117,7 +117,7 @@ mode-switcher{
} }
button { button {
padding: 2px 24px 2px 24px; padding: 1px 12px 1px 12px;
border-radius: 12px; border-radius: 12px;
background-color: @background; background-color: @background;
text-color: inherit; text-color: inherit;

14
config/rofi/resolution/1080p/config.rasi

@ -3,13 +3,13 @@
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 12"; font: "Fira Code SemiBold 12";
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "󱂬";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
me-select-entry: "MouseSecondary"; me-select-entry: "MouseSecondary";
@ -84,7 +84,7 @@ inputbar {
border-radius: 12px; border-radius: 12px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background;
children: [ "mode-switcher", "textbox-prompt-colon", "entry" ]; children: [ "mode-switcher", "entry" ];
border: 1px; border: 1px;
border-color: @active-background; border-color: @active-background;
} }
@ -103,7 +103,7 @@ entry {
padding: 10px 0px 10px 0px; padding: 10px 0px 10px 0px;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Search"; placeholder: "Search (ctrl tab to choose mode)";
placeholder-color: inherit; placeholder-color: inherit;
background-color: transparent; background-color: transparent;
} }
@ -117,7 +117,7 @@ mode-switcher{
} }
button { button {
padding: 2px 24px 2px 24px; padding: 1px 12px 1px 12px;
border-radius: 12px; border-radius: 12px;
background-color: @background; background-color: @background;
text-color: inherit; text-color: inherit;

14
config/rofi/resolution/1440p/config.rasi

@ -3,13 +3,13 @@
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 14"; font: "Fira Code SemiBold 14";
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
display-run: ""; display-run: "";
display-filebrowser: ""; display-filebrowser: "";
display-window: ""; display-window: "󱂬";
drun-display-format: "{name}"; drun-display-format: "{name}";
hover-select: true; hover-select: true;
me-select-entry: "MouseSecondary"; me-select-entry: "MouseSecondary";
@ -84,7 +84,7 @@ inputbar {
border-radius: 12px; border-radius: 12px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background;
children: [ "mode-switcher", "textbox-prompt-colon", "entry" ]; children: [ "mode-switcher", "entry" ];
border: 1px; border: 1px;
border-color: @active-background; border-color: @active-background;
} }
@ -103,7 +103,7 @@ entry {
padding: 10px 0px 10px 0px; padding: 10px 0px 10px 0px;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "Search"; placeholder: "Search (ctrl tab to choose mode)";
placeholder-color: inherit; placeholder-color: inherit;
background-color: transparent; background-color: transparent;
} }
@ -117,7 +117,7 @@ mode-switcher{
} }
button { button {
padding: 2px 24px 2px 24px; padding: 1px 12px 1px 12px;
border-radius: 12px; border-radius: 12px;
background-color: @background; background-color: @background;
text-color: inherit; text-color: inherit;

1
config/waybar/configs/Bottom & Left

@ -67,6 +67,7 @@
], ],
"modules-right": [ "modules-right": [
"mpris",
"tray", "tray",
"custom/light_dark", "custom/light_dark",
], ],

1
config/waybar/configs/Bottom & Right

@ -67,6 +67,7 @@
], ],
"modules-right": [ "modules-right": [
"mpris",
"tray", "tray",
"custom/light_dark", "custom/light_dark",
], ],

7
config/waybar/configs/Camellia [Bottom]

@ -20,7 +20,12 @@
//"margin-left": 0, //"margin-left": 0,
//"margin-right": 0, //"margin-right": 0,
"modules-left": ["hyprland/workspaces#cam","custom/separator#line","tray#cam", "wlr/taskbar"], "modules-left": [
"hyprland/workspaces#cam",
"custom/separator#line",
"mpris",
"tray#cam",
"wlr/taskbar"],
"modules-center": ["hyprland/window#cam"], "modules-center": ["hyprland/window#cam"],

11
config/waybar/configs/Camellia [TOP]

@ -20,7 +20,13 @@
//"margin-left": 0, //"margin-left": 0,
//"margin-right": 0, //"margin-right": 0,
"modules-left": ["hyprland/workspaces#cam","custom/separator#line","tray#cam", "wlr/taskbar"], "modules-left": [
"hyprland/workspaces#cam",
"custom/separator#line",
"mpris",
"tray#cam",
"wlr/taskbar"
],
"modules-center": ["hyprland/window#cam"], "modules-center": ["hyprland/window#cam"],
@ -31,7 +37,8 @@
"pulseaudio/slider", "pulseaudio/slider",
"battery#cam", "battery#cam",
"clock#cam", "clock#cam",
"network#cam"], "network#cam"
],
// Additional modules // // Additional modules //

4
config/waybar/configs/Chrysanthemum [Bottom]

@ -17,7 +17,7 @@
"margin-left": 5, "margin-left": 5,
"margin-right": 5, "margin-right": 5,
"modules-left": ["clock#gar","tray"], "modules-left": ["clock#gar", "mpris", "tray"],
"modules-center": ["hyprland/workspaces"], "modules-center": ["hyprland/workspaces"],
@ -60,7 +60,7 @@
}, },
"backlight#gar": { "backlight#gar": {
"device": "intel_backlight", //"device": "intel_backlight",
"format": "{icon} {percent}%", "format": "{icon} {percent}%",
"format-icons": ["", ""] "format-icons": ["", ""]
}, },

4
config/waybar/configs/Chrysanthemum [TOP]

@ -18,7 +18,7 @@
"margin-right": 5, "margin-right": 5,
"margin-top": 0, "margin-top": 0,
"modules-left": ["clock#gar","tray"], "modules-left": ["clock#gar", "mpris", "tray"],
"modules-center": ["hyprland/workspaces"], "modules-center": ["hyprland/workspaces"],
@ -62,7 +62,7 @@
}, },
"backlight#gar": { "backlight#gar": {
"device": "intel_backlight", //"device": "intel_backlight",
"format": "{icon} {percent}%", "format": "{icon} {percent}%",
"format-icons": ["", ""] "format-icons": ["", ""]
}, },

2
config/waybar/configs/Def[Bottom]-Laptop

@ -43,8 +43,8 @@
], ],
"modules-right": [ "modules-right": [
//"hyprland/window",
"tray", "tray",
"mpris",
"custom/separator#dot-line", "custom/separator#dot-line",
"bluetooth", "bluetooth",
"custom/separator#dot-line", "custom/separator#dot-line",

2
config/waybar/configs/Def[TOP]-Laptop

@ -43,8 +43,8 @@
], ],
"modules-right": [ "modules-right": [
//"hyprland/window",
"tray", "tray",
"mpris",
"custom/separator#dot-line", "custom/separator#dot-line",
"bluetooth", "bluetooth",
"custom/separator#dot-line", "custom/separator#dot-line",

2
config/waybar/configs/Default [Bottom]

@ -43,8 +43,8 @@
], ],
"modules-right": [ "modules-right": [
//"hyprland/window",
"tray", "tray",
"mpris",
"custom/separator#dot-line", "custom/separator#dot-line",
"bluetooth", "bluetooth",
"custom/separator#dot-line", "custom/separator#dot-line",

2
config/waybar/configs/Default [TOP]

@ -43,8 +43,8 @@
], ],
"modules-right": [ "modules-right": [
//"hyprland/window",
"tray", "tray",
"mpris",
"custom/separator#dot-line", "custom/separator#dot-line",
"bluetooth", "bluetooth",
"custom/separator#dot-line", "custom/separator#dot-line",

2
config/waybar/configs/Gardenia [Bottom]

@ -20,7 +20,7 @@
"margin-bottom": 5, "margin-bottom": 5,
"width": 768, "width": 768,
"modules-left": ["clock#gar","tray"], "modules-left": ["clock#gar", "mpris", "tray"],
"modules-center": ["hyprland/workspaces#kanji"], "modules-center": ["hyprland/workspaces#kanji"],

2
config/waybar/configs/Gardenia [TOP]

@ -19,7 +19,7 @@
//"margin-bottom": 5, //"margin-bottom": 5,
"width": 768, "width": 768,
"modules-left": ["clock#gar","tray"], "modules-left": ["clock#gar", "mpris", "tray"],
"modules-center": ["hyprland/workspaces#kanji"], "modules-center": ["hyprland/workspaces#kanji"],

1
config/waybar/configs/Left

@ -25,6 +25,7 @@
], ],
"modules-right": [ "modules-right": [
"mpris",
"tray", "tray",
//"network", //"network",
"backlight#vertical", "backlight#vertical",

2
config/waybar/configs/Peony [Bottom]

@ -19,7 +19,7 @@
"margin-bottom": 5, "margin-bottom": 5,
"width": 1444, "width": 1444,
"modules-left": ["hyprland/workspaces#roman", "tray#peony"], "modules-left": ["hyprland/workspaces#roman", "mpris", "tray#peony"],
"modules-center": ["clock#peony"], "modules-center": ["clock#peony"],

2
config/waybar/configs/Peony [TOP]

@ -19,7 +19,7 @@
//"margin-bottom": 5, //"margin-bottom": 5,
"width": 1444, "width": 1444,
"modules-left": ["hyprland/workspaces#roman", "tray#peony"], "modules-left": ["hyprland/workspaces#roman", "mpris", "tray#peony"],
"modules-center": ["clock#peony"], "modules-center": ["clock#peony"],

1
config/waybar/configs/Right

@ -25,6 +25,7 @@
], ],
"modules-right": [ "modules-right": [
"mpris",
"tray", "tray",
//"network", //"network",
"backlight#vertical", "backlight#vertical",

1
config/waybar/configs/Simple-L [TOP]

@ -21,6 +21,7 @@
"custom/separator#blank_2", "custom/separator#blank_2",
"hyprland/workspaces#pacman", "hyprland/workspaces#pacman",
"custom/separator#blank_2", "custom/separator#blank_2",
"mpris",
"tray", "tray",
], ],
"modules-center": [ "modules-center": [

1
config/waybar/configs/Simple-S [TOP]

@ -21,6 +21,7 @@
"modules-right": [ "modules-right": [
"custom/menu", "custom/menu",
"tray", "tray",
"mpris",
"network", "network",
"bluetooth", "bluetooth",
"backlight", "backlight",

1
config/waybar/configs/Top & Bottom

@ -67,6 +67,7 @@
"modules-right": [ "modules-right": [
"hyprland/window", "hyprland/window",
"tray", "tray",
"mpris",
"keyboard-state", "keyboard-state",
"pulseaudio", "pulseaudio",
//"wireplumber", //"wireplumber",

1
config/waybar/configs/Top & Left

@ -63,6 +63,7 @@
], ],
"modules-right": [ "modules-right": [
"mpris",
"tray", "tray",
"custom/light_dark", "custom/light_dark",
], ],

1
config/waybar/configs/Top & Right

@ -64,6 +64,7 @@
], ],
"modules-right": [ "modules-right": [
"mpris",
"tray", "tray",
"custom/light_dark", "custom/light_dark",
], ],

303
config/waybar/modules

@ -1,10 +1,10 @@
//* ---- 💫 https://github.com/JaKooLit 💫 ---- *// //* ---- 💫 https://github.com/JaKooLit 💫 ---- *//
{ {
// HYPRLAND WORKSPACES. CHOOSE as desired and place on waybar configs // HYPRLAND WORKSPACES. CHOOSE as desired and place on waybar configs
// CIRCLES Style // CIRCLES Style
"hyprland/workspaces": { "hyprland/workspaces": {
"active-only": false, "active-only": false,
"all-outputs": true, "all-outputs": true,
"format": "{icon}", "format": "{icon}",
"show-special": false, "show-special": false,
@ -21,10 +21,11 @@
"format-icons": { "format-icons": {
"active": "", "active": "",
"default": "", "default": "",
}, },
}, },
// ROMAN Numerals style
"hyprland/workspaces#roman": { // ROMAN Numerals style
"hyprland/workspaces#roman": {
"active-only":false, "active-only":false,
"all-outputs": true, "all-outputs": true,
"format": "{icon}", "format": "{icon}",
@ -52,8 +53,9 @@
"10": "X", "10": "X",
}, },
}, },
// PACMAN Style
// PACMAN Style
"hyprland/workspaces#pacman": { "hyprland/workspaces#pacman": {
"active-only":false, "active-only":false,
"all-outputs": true, "all-outputs": true,
@ -75,9 +77,9 @@
"default": "󰊠", "default": "󰊠",
"persistent":"󰊠", "persistent":"󰊠",
}, },
}, },
"hyprland/workspaces#kanji": { "hyprland/workspaces#kanji": {
"disable-scroll": true, "disable-scroll": true,
"all-outputs": true, "all-outputs": true,
"format": "{icon}", "format": "{icon}",
@ -100,10 +102,10 @@
"9": "九", "9": "九",
"10": "十", "10": "十",
} }
}, },
// NUMBERS and ICONS style // NUMBERS and ICONS style
"hyprland/workspaces#4": { "hyprland/workspaces#4": {
"format": "{name}", "format": "{name}",
"format": " {name} {icon} ", "format": " {name} {icon} ",
//"format": " {icon} ", //"format": " {icon} ",
@ -127,11 +129,11 @@
"focused": "", "focused": "",
"default": "", "default": "",
}, },
}, },
// GROUP // GROUP
"group/motherboard": { "group/motherboard": {
"orientation": "horizontal", "orientation": "horizontal",
"modules": [ "modules": [
"cpu", "cpu",
@ -139,32 +141,32 @@
"temperature", "temperature",
"disk", "disk",
] ]
}, },
"group/laptop": { "group/laptop": {
"orientation": "horizontal", "orientation": "horizontal",
"modules": [ "modules": [
"backlight", "backlight",
"battery", "battery",
] ]
}, },
"group/audio": { "group/audio": {
"orientation": "horizontal", "orientation": "horizontal",
"modules": [ "modules": [
"pulseaudio", "pulseaudio",
"pulseaudio#microphone", "pulseaudio#microphone",
] ]
}, },
"backlight": { "backlight": {
"interval": 2, "interval": 2,
"align": 0, "align": 0,
"rotate": 0, "rotate": 0,
//"format": "{icon} {percent}%", //"format": "{icon} {percent}%",
//"format-icons": ["󰃞", "󰃟", "󰃠"], "format-icons": ["", "", "", "󰃝", "󰃞", "󰃟", "󰃠"],
"format": "{icon}", "format": "{icon}",
"format-icons": ["","","","","","","","","","","","","","",""], //"format-icons": ["","","","","","","","","","","","","","",""],
"tooltip-format": "backlight {percent}%", "tooltip-format": "backlight {percent}%",
"icon-size": 10, "icon-size": 10,
"on-click": "", "on-click": "",
@ -174,9 +176,9 @@
"on-scroll-up": "~/.config/hypr/scripts/Brightness.sh --inc", "on-scroll-up": "~/.config/hypr/scripts/Brightness.sh --inc",
"on-scroll-down": "~/.config/hypr/scripts/Brightness.sh --dec", "on-scroll-down": "~/.config/hypr/scripts/Brightness.sh --dec",
"smooth-scrolling-threshold": 1, "smooth-scrolling-threshold": 1,
}, },
"battery": { "battery": {
"interval": 60, "interval": 60,
"align": 0, "align": 0,
"rotate": 0, "rotate": 0,
@ -200,9 +202,9 @@
"tooltip-format": "{timeTo} {power}w", "tooltip-format": "{timeTo} {power}w",
"on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh",
"on-click-right": "~/.config/hypr/scripts/RofiPower.sh", "on-click-right": "~/.config/hypr/scripts/RofiPower.sh",
}, },
"bluetooth": { "bluetooth": {
"format": "", "format": "",
"format-disabled": "󰂳", "format-disabled": "󰂳",
"format-connected": "󰂱 {num_connections}", "format-connected": "󰂱 {num_connections}",
@ -211,9 +213,9 @@
"tooltip-format-enumerate-connected": " {device_alias} 󰂄{device_battery_percentage}%", "tooltip-format-enumerate-connected": " {device_alias} 󰂄{device_battery_percentage}%",
"tooltip": true, "tooltip": true,
"on-click": "blueman-manager", "on-click": "blueman-manager",
}, },
"cava": { "cava": {
//"cava_config": "$XDG_CONFIG_HOME/cava/cava.conf", //"cava_config": "$XDG_CONFIG_HOME/cava/cava.conf",
"framerate": 30, "framerate": 30,
"autosens": 1, "autosens": 1,
@ -234,9 +236,9 @@
"actions": { "actions": {
"on-click-right": "mode" "on-click-right": "mode"
} }
}, },
"clock": { "clock": {
"interval": 1, "interval": 1,
//"format": " {:%I:%M %p}", //"format": " {:%I:%M %p}",
"format": " {:%H:%M:%S}", "format": " {:%H:%M:%S}",
@ -262,18 +264,18 @@
"on-click-backward": "tz_down", "on-click-backward": "tz_down",
"on-scroll-up": "shift_up", "on-scroll-up": "shift_up",
"on-scroll-down": "shift_down" "on-scroll-down": "shift_down"
}, },
"cpu": { "cpu": {
"format": "{usage}% 󰍛", "format": "{usage}% 󰍛",
"interval": 1, "interval": 1,
"format-alt-click": "click", "format-alt-click": "click",
"format-alt": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% 󰍛", "format-alt": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% 󰍛",
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"], "format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],
"on-click-right": "gnome-system-monitor", "on-click-right": "gnome-system-monitor",
}, },
"disk": { "disk": {
"interval": 30, "interval": 30,
//"format": "󰋊", //"format": "󰋊",
"path": "/", "path": "/",
@ -281,22 +283,22 @@
"format": "{percentage_used}% 󰋊", "format": "{percentage_used}% 󰋊",
//"tooltip": true, //"tooltip": true,
"tooltip-format": "{used} used out of {total} on {path} ({percentage_used}%)", "tooltip-format": "{used} used out of {total} on {path} ({percentage_used}%)",
}, },
"hyprland/language": { "hyprland/language": {
"format": "Lang: {}", "format": "Lang: {}",
"format-en": "US", "format-en": "US",
"format-tr": "Korea", "format-tr": "Korea",
"keyboard-name": "at-translated-set-2-keyboard", "keyboard-name": "at-translated-set-2-keyboard",
"on-click": "hyprctl switchxkblayout $SET_KB next" "on-click": "hyprctl switchxkblayout $SET_KB next"
}, },
"hyprland/submap": { "hyprland/submap": {
"format": "<span style=\"italic\"> {}</span>", // Icon: expand-arrows-alt "format": "<span style=\"italic\"> {}</span>", // Icon: expand-arrows-alt
"tooltip": false, "tooltip": false,
}, },
"hyprland/window": { "hyprland/window": {
"format": "{}", "format": "{}",
"max-length": 40, "max-length": 40,
"separate-outputs": true, "separate-outputs": true,
@ -308,17 +310,17 @@
"(.*) - zsh": "> [$1]", "(.*) - zsh": "> [$1]",
"(.*) - kitty": "> [$1]", "(.*) - kitty": "> [$1]",
}, },
}, },
"idle_inhibitor": { "idle_inhibitor": {
"format": "{icon}", "format": "{icon}",
"format-icons": { "format-icons": {
"activated": " ", "activated": " ",
"deactivated": " ", "deactivated": " ",
} }
}, },
"keyboard-state": { "keyboard-state": {
//"numlock": true, //"numlock": true,
"capslock": true, "capslock": true,
"format": { "format": {
@ -329,9 +331,9 @@
"locked": "", "locked": "",
"unlocked": "" "unlocked": ""
}, },
}, },
"memory": { "memory": {
"interval": 10, "interval": 10,
"format": "{used:0.1f}G 󰾆", "format": "{used:0.1f}G 󰾆",
"format-alt": "{percentage}% 󰾆", "format-alt": "{percentage}% 󰾆",
@ -339,9 +341,23 @@
"tooltip": true, "tooltip": true,
"tooltip-format": "{used:0.1f}GB/{total:0.1f}G", "tooltip-format": "{used:0.1f}GB/{total:0.1f}G",
"on-click-right": "kitty --title btop sh -c 'btop'" "on-click-right": "kitty --title btop sh -c 'btop'"
}, },
"network": { "mpris": {
"format": "{player_icon}",
"format-paused": "{status_icon} <i>{dynamic}</i>",
"player-icons": {
"default": "▶",
"mpv": "📻",
},
"status-icons": {
"paused": "⏸"
},
// "ignored-players": ["firefox"]
"max-length": 30,
},
"network": {
"format": "{ifname}", "format": "{ifname}",
"format-wifi": "{icon}", "format-wifi": "{icon}",
"format-ethernet": "󰌘", "format-ethernet": "󰌘",
@ -353,9 +369,9 @@
"tooltip-format-disconnected": "󰌙 Disconnected", "tooltip-format-disconnected": "󰌙 Disconnected",
"max-length": 50, "max-length": 50,
"format-icons": ["󰤯","󰤟","󰤢","󰤥","󰤨"] "format-icons": ["󰤯","󰤟","󰤢","󰤥","󰤨"]
}, },
"network#speed": { "network#speed": {
"interval": 1, "interval": 1,
"format": "{ifname}", "format": "{ifname}",
"format-wifi": "{icon} {bandwidthUpBytes} {bandwidthDownBytes}", "format-wifi": "{icon} {bandwidthUpBytes} {bandwidthDownBytes}",
@ -368,9 +384,9 @@
"tooltip-format-disconnected": "󰌙 Disconnected", "tooltip-format-disconnected": "󰌙 Disconnected",
"max-length": 50, "max-length": 50,
"format-icons": ["󰤯","󰤟","󰤢","󰤥","󰤨"] "format-icons": ["󰤯","󰤟","󰤢","󰤥","󰤨"]
}, },
"pulseaudio": { "pulseaudio": {
"format": "{icon}", "format": "{icon}",
"format-bluetooth": "{icon} 󰂰 {volume}%", "format-bluetooth": "{icon} 󰂰 {volume}%",
"format-muted": "󰖁", "format-muted": "󰖁",
@ -390,9 +406,9 @@
"on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc",
"on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec",
"smooth-scrolling-threshold": 1, "smooth-scrolling-threshold": 1,
}, },
"pulseaudio#microphone": { "pulseaudio#microphone": {
"format": "{format_source}", "format": "{format_source}",
"format-source": " {volume}%", "format-source": " {volume}%",
"format-source-muted": "", "format-source-muted": "",
@ -401,9 +417,9 @@
"on-scroll-up": "~/.config/hypr/scripts/Volume.sh --mic-inc", "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --mic-inc",
"on-scroll-down": "~/.config/hypr/scripts/Volume.sh --mic-dec", "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --mic-dec",
"scroll-step": 5, "scroll-step": 5,
}, },
"temperature": { "temperature": {
"interval": 10, "interval": 10,
"tooltip": false, "tooltip": false,
"hwmon-path": ["/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], "hwmon-path": ["/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp"],
@ -413,14 +429,14 @@
"format": "{temperatureC}°C {icon}", "format": "{temperatureC}°C {icon}",
"format-icons": ["󰈸"], "format-icons": ["󰈸"],
"on-click-right": "kitty --title nvtop sh -c 'nvtop'" "on-click-right": "kitty --title nvtop sh -c 'nvtop'"
}, },
"tray": { "tray": {
"icon-size": 14, "icon-size": 14,
"spacing": 8, "spacing": 8,
}, },
"wireplumber": { "wireplumber": {
"format": "{icon} {volume} %", "format": "{icon} {volume} %",
"format-muted": " Mute", "format-muted": " Mute",
"on-click": "~/.config/hypr/scripts/Volume.sh --toggle", "on-click": "~/.config/hypr/scripts/Volume.sh --toggle",
@ -428,9 +444,9 @@
"on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc",
"on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec",
"format-icons": ["", "", "󰕾", ""], "format-icons": ["", "", "󰕾", ""],
}, },
"wlr/taskbar": { "wlr/taskbar": {
"format": "{icon} {name} ", "format": "{icon} {name} ",
"icon-size": 16, "icon-size": 16,
"all-outputs": false, "all-outputs": false,
@ -441,55 +457,54 @@
"wofi", "wofi",
"rofi", "rofi",
] ]
}, },
"custom/cycle_wall":{ "custom/cycle_wall":{
"format":" ", "format":" ",
"on-click": "~/.config/hypr/scripts/WallpaperSelect.sh", "on-click": "~/.config/hypr/scripts/WallpaperSelect.sh",
"on-click-right": "~/.config/hypr/scripts/Wallpaper.sh", "on-click-right": "~/.config/hypr/scripts/Wallpaper.sh",
"on-click-middle": "~/.config/hypr/scripts/WaybarStyles.sh", "on-click-middle": "~/.config/hypr/scripts/WaybarStyles.sh",
"tooltip": true, "tooltip": true,
"tooltip-format": "Change wallpaper or style" "tooltip-format": "Change wallpaper or style"
}, },
"custom/keybinds": { "custom/keybinds": {
"format":"󰺁 HINT!", "format":"󰺁 HINT!",
"tooltip": false, "tooltip": false,
"on-click": "~/.config/hypr/scripts/KeyHints.sh", "on-click": "~/.config/hypr/scripts/KeyHints.sh",
}, },
"custom/keyboard": {
"exec": "cat ~/.cache/kb_layout",
"interval": 1,
"format": " {}",
"on-click": "~/.config/hypr/scripts/SwitchKeyboardLayout.sh",
"tooltip": false,
},
"custom/keyboard": {
"exec": "cat ~/.cache/kb_layout",
"interval": 1,
"format": " {}",
"on-click": "~/.config/hypr/scripts/SwitchKeyboardLayout.sh",
"tooltip": false,
},
"custom/light_dark": { "custom/light_dark": {
"format": "", "format": "",
"on-click": "~/.config/hypr/scripts/DarkLight.sh", "on-click": "~/.config/hypr/scripts/DarkLight.sh",
"on-click-right": "~/.config/hypr/scripts/WaybarStyles.sh", "on-click-right": "~/.config/hypr/scripts/WaybarStyles.sh",
"on-click-middle": "~/.config/hypr/scripts/Wallpaper.sh", "on-click-middle": "~/.config/hypr/scripts/Wallpaper.sh",
"tooltip": false, "tooltip": false,
}, },
"custom/lock": { "custom/lock": {
"format": "", "format": "",
"on-click": "~/.config/hypr/scripts/LockScreen.sh", "on-click": "~/.config/hypr/scripts/LockScreen.sh",
"tooltip": false, "tooltip": false,
}, },
"custom/menu": { "custom/menu": {
"format": "", "format": "",
"tooltip": false, "tooltip": false,
"on-click": "pkill rofi || rofi -show drun -modi run,drun,filebrowser", "on-click": "pkill rofi || rofi -show drun -modi run,drun,filebrowser",
"on-click-middle": "~/.config/hypr/scripts/WallpaperSelect.sh", "on-click-middle": "~/.config/hypr/scripts/WallpaperSelect.sh",
"on-click-right": "~/.config/hypr/scripts/WaybarLayout.sh", "on-click-right": "~/.config/hypr/scripts/WaybarLayout.sh",
}, },
"custom/playerctl": { "custom/playerctl": {
"format": "<span>{}</span>", "format": "<span>{}</span>",
"return-type": "json", "return-type": "json",
"max-length": 35, "max-length": 35,
@ -501,25 +516,25 @@
"on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc",
"on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec",
"smooth-scrolling-threshold": 1, "smooth-scrolling-threshold": 1,
}, },
"custom/power": { "custom/power": {
"format": "⏻ ", "format": "⏻ ",
"tooltip": false, "tooltip": false,
"on-click": "~/.config/hypr/scripts/Wlogout.sh", "on-click": "~/.config/hypr/scripts/Wlogout.sh",
"on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh", "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh",
}, },
// NOTE:! This is only for Arch and Arch Based Distros // NOTE:! This is only for Arch and Arch Based Distros
"custom/updater":{ "custom/updater":{
"format": " {}", "format": " {}",
"exec": "checkupdates | wc -l", "exec": "checkupdates | wc -l",
"exec-if": "[[ $(checkupdates | wc -l) ]]", "exec-if": "[[ $(checkupdates | wc -l) ]]",
"interval": 15, "interval": 15,
"on-click": "kitty -T update paru -Syu || yay -Syu && notify-send 'The system has been updated'", "on-click": "kitty -T update paru -Syu || yay -Syu && notify-send 'The system has been updated'",
}, },
"custom/weather": { "custom/weather": {
"format": "{}", "format": "{}",
"format-alt": "{alt}: {}", "format-alt": "{alt}: {}",
"format-alt-click": "click", "format-alt-click": "click",
@ -529,61 +544,62 @@
//"exec": "~/.config/hypr/scripts/Weather.py", //"exec": "~/.config/hypr/scripts/Weather.py",
"exec-if": "ping wttr.in -c1", "exec-if": "ping wttr.in -c1",
"tooltip" : true, "tooltip" : true,
}, },
// Separators // Separators
"custom/separator#dot": { "custom/separator#dot": {
"format": "", "format": "",
"interval": "once", "interval": "once",
"tooltip": false "tooltip": false
}, },
"custom/separator#dot-line": { "custom/separator#dot-line": {
"format": "", "format": "",
"interval": "once", "interval": "once",
"tooltip": false "tooltip": false
}, },
"custom/separator#line": { "custom/separator#line": {
"format": "|", "format": "|",
"interval": "once", "interval": "once",
"tooltip": false "tooltip": false
}, },
"custom/separator#blank": { "custom/separator#blank": {
"format": "", "format": "",
"interval": "once", "interval": "once",
"tooltip": false "tooltip": false
}, },
"custom/separator#blank_2": { "custom/separator#blank_2": {
"format": " ", "format": " ",
"interval": "once", "interval": "once",
"tooltip": false "tooltip": false
}, },
// Modules below are for vertical layout // Modules below are for vertical layout
"backlight#vertical": { "backlight#vertical": {
"interval": 2, "interval": 2,
"align": 0.35, "align": 0.35,
"rotate": 1, "rotate": 1,
"format": "{icon}", "format": "{icon}",
"format-icons": ["󰃞", "󰃟", "󰃠"], //"format-icons": ["󰃞", "󰃟", "󰃠"],
"on-click": "", "format-icons": ["","","","","","","","","","","","","","",""],
"on-click-middle": "", "on-click": "",
"on-click-right": "", "on-click-middle": "",
"on-update": "", "on-click-right": "",
"on-scroll-up": "~/.config/hypr/scripts/Brightness.sh --inc", "on-update": "",
"on-scroll-down": "~/.config/hypr/scripts/Brightness.sh --dec", "on-scroll-up": "~/.config/hypr/scripts/Brightness.sh --inc",
"smooth-scrolling-threshold": 1, "on-scroll-down": "~/.config/hypr/scripts/Brightness.sh --dec",
//"tooltip-format": "{percent}%", "smooth-scrolling-threshold": 1,
}, //"tooltip-format": "{percent}%",
},
"clock#vertical": {
"format": "{:\n%H\n%M\n%S\n\n \n%d\n%m\n%y}", "clock#vertical": {
"interval": 1, "format": "{:\n%H\n%M\n%S\n\n \n%d\n%m\n%y}",
"interval": 1,
//"format": "{:\n%I\n%M\n%p\n\n \n%d\n%m\n%y}", //"format": "{:\n%I\n%M\n%p\n\n \n%d\n%m\n%y}",
"tooltip": true, "tooltip": true,
"tooltip-format": "{calendar}", "tooltip-format": "{calendar}",
@ -594,14 +610,15 @@
"today": "<span color='#0dbc79'>{}</span>", "today": "<span color='#0dbc79'>{}</span>",
} }
} }
}, },
"cpu#vertical": {
"cpu#vertical": {
"format": "󰍛\n{usage}%", "format": "󰍛\n{usage}%",
"interval": 1, "interval": 1,
"on-click-right": "gnome-system-monitor", "on-click-right": "gnome-system-monitor",
}, },
"memory#vertical": { "memory#vertical": {
"interval": 10, "interval": 10,
"format": "󰾆\n{percentage}%", "format": "󰾆\n{percentage}%",
"format-alt": "󰾆\n{used:0.1f}G", "format-alt": "󰾆\n{used:0.1f}G",
@ -609,9 +626,9 @@
"tooltip": true, "tooltip": true,
"tooltip-format": "{used:0.1f}GB/{total:0.1f}G", "tooltip-format": "{used:0.1f}GB/{total:0.1f}G",
"on-click-right": "kitty --title btop sh -c 'btop'", "on-click-right": "kitty --title btop sh -c 'btop'",
}, },
"pulseaudio#vertical": { "pulseaudio#vertical": {
"format": "{icon}", "format": "{icon}",
"format-bluetooth": "󰂰", "format-bluetooth": "󰂰",
"format-muted": "󰖁", "format-muted": "󰖁",
@ -624,16 +641,16 @@
"car": "", "car": "",
"default": ["", "", "󰕾", ""], "default": ["", "", "󰕾", ""],
"ignored-sinks": ["Easy Effects Sink"], "ignored-sinks": ["Easy Effects Sink"],
}, },
"scroll-step": 5.0, "scroll-step": 5.0,
"on-click": "~/.config/hypr/scripts/Volume.sh --toggle", "on-click": "~/.config/hypr/scripts/Volume.sh --toggle",
"on-click-right": "pavucontrol -t 3", "on-click-right": "pavucontrol -t 3",
"on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc",
"on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec",
"smooth-scrolling-threshold": 1, "smooth-scrolling-threshold": 1,
}, },
"pulseaudio#microphone_vertical": { "pulseaudio#microphone_vertical": {
"format": "{format_source}", "format": "{format_source}",
"format-source": "󰍬", "format-source": "󰍬",
"format-source-muted": "󰍭", "format-source-muted": "󰍭",
@ -644,28 +661,28 @@
"max-volume": 100, "max-volume": 100,
"tooltip": true, "tooltip": true,
"tooltip-format": "{icon} {desc} {volume}%", "tooltip-format": "{icon} {desc} {volume}%",
}, },
"temperature#vertical": { "temperature#vertical": {
"interval": 10, "interval": 10,
"tooltip": true, "tooltip": true,
"hwmon-path": ["/sys/class/hwmon/hwmon6/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], "hwmon-path": ["/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp"],
//"thermal-zone": 0, //"thermal-zone": 0,
"critical-threshold": 80, "critical-threshold": 80,
"format-critical": "{icon}\n{temperatureC}°C", "format-critical": "{icon}\n{temperatureC}°C",
"format": " {icon}", "format": " {icon}",
"format-icons": ["󰈸"], "format-icons": ["󰈸"],
"on-click-right": "kitty --title nvtop sh -c 'nvtop'" "on-click-right": "kitty --title nvtop sh -c 'nvtop'"
}, },
"custom/power_vertical": { "custom/power_vertical": {
"format": "⏻", "format": "⏻",
"tooltip": false, "tooltip": false,
"on-click": "~/.config/hypr/scripts/RofiPower.sh", "on-click": "~/.config/hypr/scripts/RofiPower.sh",
"on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh", "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh",
}, },
} }

20
copy.sh

@ -8,16 +8,12 @@ if [[ $EUID -eq 0 ]]; then
exit 1 exit 1
fi fi
echo " printf "\n%.0s" {1..3}
echo " _ _ ___ __ "
echo " | _. |/ _ _ | o _|_ __ | \ / \ | (_ "
echo " \_| (_| o |\ (_) (_) |_ | |_ |_/ \_/ | __) "
printf "\n%.0s" {1..2}
██╗ █████╗ ██╗ ██╗ ██████╗ ██████╗ ██╗ ██╗████████╗ ██████╗ ██████╗ ████████╗███████╗
██║██╔══██╗ ██║ ██╔╝██╔═══██╗██╔═══██╗██║ ██║╚══██╔══╝ ██╔══██╗██╔═══██╗╚══██╔══╝██╔════╝
██║███████║ █████╔╝ ██║ ██║██║ ██║██║ ██║ ██║ █████╗██║ ██║██║ ██║ ██║ ███████╗
██ ██║██╔══██║ ██╔═██╗ ██║ ██║██║ ██║██║ ██║ ██║ ╚════╝██║ ██║██║ ██║ ██║ ╚════██║
╚█████╔╝██║ ██║██╗██║ ██╗╚██████╔╝╚██████╔╝███████╗██║ ██║ ██████╔╝╚██████╔╝ ██║ ███████║
╚════╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚══════╝
"
# Set some colors for output messages # Set some colors for output messages
OK="$(tput setaf 2)[OK]$(tput sgr0)" OK="$(tput setaf 2)[OK]$(tput sgr0)"
ERROR="$(tput setaf 1)[ERROR]$(tput sgr0)" ERROR="$(tput setaf 1)[ERROR]$(tput sgr0)"
@ -182,12 +178,8 @@ chmod +x ~/.config/hypr/scripts/* 2>&1 | tee -a "$LOG"
# Set executable for initial-boot.sh # Set executable for initial-boot.sh
chmod +x ~/.config/hypr/initial-boot.sh 2>&1 | tee -a "$LOG" chmod +x ~/.config/hypr/initial-boot.sh 2>&1 | tee -a "$LOG"
printf "\n\n"
# adding user to input group
printf " adding user to input group...\n"
sudo gpasswd -a $(whoami) input 2>&1 | tee -a "$LOG"
printf "\n\n" #printf "\n\n"
# Additional wallpaper # Additional wallpaper
echo "$(tput setaf 6) By default only a few wallpapers are copied...$(tput sgr0)" echo "$(tput setaf 6) By default only a few wallpapers are copied...$(tput sgr0)"
read -n1 -rep "${CAT} Would you like to download additional wallpapers? (y/n)" WALL read -n1 -rep "${CAT} Would you like to download additional wallpapers? (y/n)" WALL

Loading…
Cancel
Save