diff options
Diffstat (limited to '.config/XMonad/lib/Defaults.hs')
-rw-r--r-- | .config/XMonad/lib/Defaults.hs | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/.config/XMonad/lib/Defaults.hs b/.config/XMonad/lib/Defaults.hs index a7672b1..836c586 100644 --- a/.config/XMonad/lib/Defaults.hs +++ b/.config/XMonad/lib/Defaults.hs @@ -24,7 +24,7 @@ myLockscreen = "betterlockscreen -q -l" myColorPicker = "colorpicker --short --one-shot --preview | xsel -b" myTerminal = "open_terminal" -myTerminal' = "WINIT_X11_SCALE_FACTOR=1.5 alacritty" +myTerminal' = "alacritty" myLauncher = "rofi -show drun" prevTrack = "playerctl previous" @@ -60,7 +60,6 @@ myFileManager = "pcmanfm" myFileManager' = "lf" myTextEditor = "doom run" -myTextEditor' = "codium" myTermTextEditor = "nvim" myEmailClient = "thunderbird" @@ -76,16 +75,6 @@ myCalculator = "galculator" myExtraWorkspaces = [(xK_0, "十")] myWorkspaces = ["一", "二", "三", "四", "五", "六", "七", "八", "九"] ++ map snd myExtraWorkspaces --- links -myWebsite = "https://vidhukant.com" -myGitServer = "https://mikunonaka.net" -myGitHubProfile = "https://github.com/MikunoNaka" -myYTChannel = "https://www.youtube.com/@MikunoNakaZT" -myMALProfile = "https://myanimelist.net/profile/0ZeroTsu" -myCloud = "https://cloud.vidhukant.com" -vpsDashboard = "https://cloud.linode.com/linodes" -dnsDashboard = "https://cloud.linode.com/domains" - -- screen gaps sGap = 3 wGap = 4 @@ -105,13 +94,13 @@ myTabTheme = def { } myTSConfig = TS.TSConfig { - TS.ts_hidechildren = True - , TS.ts_background = 0xb30e0911 + TS.ts_hidechildren = True + , TS.ts_background = 0xb311111b , TS.ts_font = myFont - , TS.ts_node = (0xffd0d0d0, 0xff1c1f24) - , TS.ts_nodealt = (0xffd0d0d0, 0xff282c34) - , TS.ts_highlight = (0xffffffff, 0xff755999) - , TS.ts_extra = 0xffffffff + , TS.ts_node = (0xffcdd6f4, 0xff1e1e2e) + , TS.ts_nodealt = (0xffbac2de, 0xff181825) + , TS.ts_highlight = (0xff11111b, 0xffcba6f7) + , TS.ts_extra = 0xffcdd6f4 , TS.ts_node_width = 220 , TS.ts_node_height = 28 , TS.ts_originX = 0 |