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. 27
      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",
], ],

27
config/waybar/modules

@ -23,6 +23,7 @@
"default": "", "default": "",
}, },
}, },
// ROMAN Numerals style // ROMAN Numerals style
"hyprland/workspaces#roman": { "hyprland/workspaces#roman": {
"active-only":false, "active-only":false,
@ -53,6 +54,7 @@
}, },
}, },
// PACMAN Style // PACMAN Style
"hyprland/workspaces#pacman": { "hyprland/workspaces#pacman": {
"active-only":false, "active-only":false,
@ -162,9 +164,9 @@
"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": "",
@ -341,6 +343,20 @@
"on-click-right": "kitty --title btop sh -c 'btop'" "on-click-right": "kitty --title btop sh -c 'btop'"
}, },
"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": { "network": {
"format": "{ifname}", "format": "{ifname}",
"format-wifi": "{icon}", "format-wifi": "{icon}",
@ -466,7 +482,6 @@
"tooltip": false, "tooltip": false,
}, },
"custom/light_dark": { "custom/light_dark": {
"format": "", "format": "",
"on-click": "~/.config/hypr/scripts/DarkLight.sh", "on-click": "~/.config/hypr/scripts/DarkLight.sh",
@ -570,7 +585,8 @@
"align": 0.35, "align": 0.35,
"rotate": 1, "rotate": 1,
"format": "{icon}", "format": "{icon}",
"format-icons": ["󰃞", "󰃟", "󰃠"], //"format-icons": ["󰃞", "󰃟", "󰃠"],
"format-icons": ["","","","","","","","","","","","","","",""],
"on-click": "", "on-click": "",
"on-click-middle": "", "on-click-middle": "",
"on-click-right": "", "on-click-right": "",
@ -595,6 +611,7 @@
} }
} }
}, },
"cpu#vertical": { "cpu#vertical": {
"format": "󰍛\n{usage}%", "format": "󰍛\n{usage}%",
"interval": 1, "interval": 1,
@ -649,7 +666,7 @@
"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",

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